Skip to content

Commit

Permalink
Debug runner
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed May 29, 2024
1 parent ead9992 commit ebace07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ 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 ${{ github.workspace }}/tests/test_integration_javascript.py'
- run: tree -d .
- run: nix develop -c bash -c "EXERCISE_REPO=${GITHUB_WORKSPACE}/javascript-oefeningen poetry run pytest -x -n auto ${GITHUB_WORKSPACE}/tests/test_integration_javascript.py"

0 comments on commit ebace07

Please sign in to comment.