diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a742abf2..7e469966 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -51,4 +51,4 @@ jobs: JAVASCRIPT_EXERCISES_KEY: ${{ secrets.JAVASCRIPT_EXERCISES_KEY }} - run: git checkout $EXERCISES_COMMIT working-directory: ./javascript-oefeningen - - run: nix develop -c bash -c 'EXERCISE_REPO=${{ github.workspace }}/javascript-oefeningen poetry run pytest -n auto /tests/test_integration_javascript.py' + - run: nix develop -c bash -c 'EXERCISE_REPO=${{ github.workspace }}/javascript-oefeningen poetry run pytest -n auto ${{ github.workspace }}/tests/test_integration_javascript.py'