Skip to content

Commit

Permalink
ci: Windows integration test (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloox authored Jan 27, 2021
1 parent f92f144 commit 6f47461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/full_suite_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
echo "event name: ${{ github.event_name }}"
echo "issue command found: ${{ steps.check_issue_comment.outputs.triggered == 'true' }}"
echo '::set-output name=should_run::${{ env.run_it }}'
integration-tests-post-link:
runs-on: macos-latest
needs: [ should_run_it ]
Expand All @@ -71,7 +72,7 @@ jobs:
run-it-full-suite:
needs: [ should_run_it ]
if: needs.should_run_it.outputs.run_integration_tests == 'true'
runs-on: macos-latest
runs-on: [ubuntu-latest, macos-latest, windows-latest]
outputs:
job_status: ${{ job.status }}
build-scan-url: ${{ steps.run-it.outputs.build-scan-url }}
Expand Down

0 comments on commit 6f47461

Please sign in to comment.