Skip to content

Commit

Permalink
chore(integration-tests-workflow): set fail-fast as false (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh authored Dec 6, 2024
1 parent 33bc6af commit dc20adb
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 dc20adb

Please sign in to comment.