Skip to content

Commit

Permalink
core(integration-tests-workflow): set fail-fast as False to allow int…
Browse files Browse the repository at this point in the history
…egration tests to continue on nightly Tutor failures (#308)
  • Loading branch information
magajh authored Nov 27, 2024
1 parent 1def06f commit 7b347f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
name: Tutor Integration Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
tutor_version: ['<19.0.0', '<20.0.0', 'nightly']
steps:
Expand Down

0 comments on commit 7b347f5

Please sign in to comment.