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 525f7ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
run: |
cd src/unit_tests
python3 -m unittest test_zoix.FaultTest
- name: (zoix.py) CSVFaultReport Test Cases
- name: (zoix.py) TxtFaultReport Test Cases
run: |
cd src/unit_tests
python3 -m unittest test_zoix.TxtFaultReportTest
- name: (zoix.py) CSVFaultReport Test Cases
run: |
Expand Down

0 comments on commit 525f7ee

Please sign in to comment.