mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
run acc tests on macos as well
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -104,7 +104,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [ubuntu-latest]
|
||||
platform: [ubuntu-latest, macos-13]
|
||||
test_block:
|
||||
- "migration"
|
||||
- "brew"
|
||||
@@ -128,9 +128,9 @@ jobs:
|
||||
- "exit_codes"
|
||||
- "force_stop"
|
||||
exclude:
|
||||
- platform: macos-latest
|
||||
- platform: macos-13
|
||||
test_block: migration
|
||||
- platform: macos-latest
|
||||
- platform: macos-13
|
||||
test_block: force_stop
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
@@ -158,13 +158,13 @@ jobs:
|
||||
|
||||
- name: Download Darwin Build Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
if: ${{ matrix.platform == 'macos-latest' }}
|
||||
if: ${{ matrix.platform == 'macos-13' }}
|
||||
with:
|
||||
name: build-artifact-darwin
|
||||
path: ~/artifacts
|
||||
|
||||
- name: Extract Darwin Artifacts and Install Binary
|
||||
if: ${{ matrix.platform == 'macos-latest' }}
|
||||
if: ${{ matrix.platform == 'macos-13' }}
|
||||
run: |
|
||||
mkdir ~/build
|
||||
unzip ~/artifacts/darwin.zip -d ~/build
|
||||
|
||||
Reference in New Issue
Block a user