Skip to content

Commit

Permalink
ci: Integration Test for all OS's (#1537)
Browse files Browse the repository at this point in the history
Integration Test for all OS
  • Loading branch information
Sloox authored Jan 28, 2021
1 parent 79d26e1 commit d0bc98b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/full_suite_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ jobs:
run-it-full-suite:
needs: [ should_run_it ]
if: needs.should_run_it.outputs.run_integration_tests == 'true'
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
outputs:
job_status: ${{ job.status }}
build-scan-url: ${{ steps.run-it.outputs.build-scan-url }}
Expand Down

0 comments on commit d0bc98b

Please sign in to comment.