Skip to content

Commit

Permalink
if: ${{ inputs.test_directorie != ''}}
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 2, 2024
1 parent 7f44577 commit be7fa4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ jobs:
run: mypy ${{ inputs.mypy-packages }}

- name: Test with pytest
if: ${{ inputs.test_directorie != ''}}
uses: SpiNNakerManchester/SupportScripts/actions/pytest@main
with:
tests: ${{ inputs.test_directories }}
Expand Down

0 comments on commit be7fa4e

Please sign in to comment.