Skip to content

Commit

Permalink
revert: "fix: use continue on error for nightly"
Browse files Browse the repository at this point in the history
This reverts commit dc479c7.
  • Loading branch information
magajh committed Nov 27, 2024
1 parent aa0612a commit eab05b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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: ['<18.0.0', '<19.0.0', 'nightly']
steps:
Expand All @@ -21,5 +22,3 @@ jobs:
fixtures_file: 'fixtures/initial_data.json'
openedx_imports_test_file_path: 'eox_core/edxapp_wrapper/tests/integration/test_backends.py'
tutor_extra_commands_path: 'integration_tests/scripts/execute_tutor_extra_commands.sh'
continue-on-error: ${{ matrix.tutor_version == 'nightly' }}

0 comments on commit eab05b7

Please sign in to comment.