Skip to content

Commit

Permalink
chore(ci): use main branch from integration tests action and remove u…
Browse files Browse the repository at this point in the history
…nnecessary input
  • Loading branch information
magajh committed Oct 22, 2024
1 parent 6293075 commit d9325c8
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 @@ -10,9 +10,8 @@ jobs:
tutor_version: ['<18.0.0', '<19.0.0', 'nightly']
steps:
- name: Run Integration Tests
uses: eduNEXT/integration-test-in-tutor@mjh/make-extra-reqs-step-optional
uses: eduNEXT/integration-test-in-tutor@main
with:
tutor_version: ${{ matrix.tutor_version }}
app_name: 'eox-tenant'
shell_file_to_run: 'scripts/execute_integration_tests.sh'
openedx_imports_test_file_path: 'eox_tenant/edxapp_wrapper/tests/integration/test_backends.py'

0 comments on commit d9325c8

Please sign in to comment.