Skip to content

Commit

Permalink
fixed unittest pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
athalhammer authored Jan 11, 2022
1 parent 97e37a6 commit 34d4ff6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ jobs:
# Runs a single command using the runners shell
- name: Runs unit tests
run: |
mv test/erdi8_test.py .
python -m unittest erdi8_test
python -m unittest test/erdi8_test.py

0 comments on commit 34d4ff6

Please sign in to comment.