Skip to content

Commit

Permalink
Updated github/workflow to run unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
ladsmund committed Jul 3, 2024
1 parent 2f3cd35 commit b5de50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Run unit tests
shell: bash
run: |
python3 -m unittest discover tests.e2e
python3 -m unittest discover tests

0 comments on commit b5de50d

Please sign in to comment.