From d7c885d57d50265362192630f228254df021f5df Mon Sep 17 00:00:00 2001 From: Luis Felipe Castano Date: Thu, 30 May 2024 17:45:23 -0500 Subject: [PATCH] feat: add github action integration --- .github/workflows/integration-test.yml | 2 +- eox_hooks/tests/tutor/integration.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index afe7095..b7dbf67 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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" \ No newline at end of file + shell_file_to_run: "eox_hooks/tests/tutor/integration.sh" diff --git a/eox_hooks/tests/tutor/integration.sh b/eox_hooks/tests/tutor/integration.sh index 0cf2c6c..39a3659 100644 --- a/eox_hooks/tests/tutor/integration.sh +++ b/eox_hooks/tests/tutor/integration.sh @@ -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 \ No newline at end of file +pytest -s --ds=lms.envs.tutor.test /openedx/eox-hooks/eox_hooks/tests/tutor