Skip to content

Commit

Permalink
Updated unit test gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
NikosDelijohn committed Oct 11, 2024
1 parent 9d223f6 commit 5ac2f62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
cd src/unit_tests
python3 -m unittest test_zoix.FaultTest
- name: (zoix.py) TxtFaultReport Test Cases
run: |
cd src/unit_tests
python3 -m unittest test_zoix.TxtFaultReportTest
- name: (zoix.py) CSVFaultReport Test Cases
run: |
cd src/unit_tests
Expand Down

0 comments on commit 5ac2f62

Please sign in to comment.