Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 7, 2025
1 parent abff37d commit 938f4a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ runs:
shell: bash
working-directory: ${{ inputs.working-directory }}
run: |
which python
which pip
python -m pip install --no-cache-dir pytest
pytest ${{ inputs.tests-folder }}

0 comments on commit 938f4a2

Please sign in to comment.