Skip to content

Commit

Permalink
fix: github actions: python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger committed Feb 17, 2024
1 parent 1ce2cf7 commit ce17d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run Tests
working-directory: ./tests
working-directory: ./
run: |
python -m unittest ./*/test_*.py
python -m unittest tests/*/test_*.py
outputs:
tests-results: ${{ steps.build.outputs.tests-results }}

0 comments on commit ce17d5c

Please sign in to comment.