Skip to content

Commit

Permalink
ci(integration-tests): use continue on error for nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Nov 26, 2024
1 parent 6d644e2 commit ba14453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ 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 ba14453

Please sign in to comment.