Skip to content

Commit

Permalink
feat: add github action integration
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed May 30, 2024
1 parent 90caeb0 commit d7c885d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
tutor_version: ${{ matrix.tutor_version }}
app_name: "eox-hooks"
shell_file_to_run: "eox_hooks/tests/tutor/integration.sh"
shell_file_to_run: "eox_hooks/tests/tutor/integration.sh"
2 changes: 1 addition & 1 deletion eox_hooks/tests/tutor/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ make test-requirements

# Running the tests using the tutor settings
echo "Run tests"
pytest -s --ds=lms.envs.tutor.test /openedx/eox-hooks/eox_hooks/tests/tutor
pytest -s --ds=lms.envs.tutor.test /openedx/eox-hooks/eox_hooks/tests/tutor

0 comments on commit d7c885d

Please sign in to comment.