Skip to content

Commit

Permalink
Updated github actions for zoix.py unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
NikosDelijohn committed Sep 3, 2024
1 parent 104332b commit f009ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zoix_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
python-version: "3.10"

- name: FaultReport Test Cases
- name: CSVFaultReport Test Cases
run: |
cd src/unit_tests
python3 -m unittest test_zoix.FaultReportTest
python3 -m unittest test_zoix.CSVFaultReportTest
- name: ZoixInvoker Test Cases
run: |
Expand All @@ -34,4 +34,4 @@ jobs:
- name: All Test Cases
run: |
cd src/unit_tests
python3 -m unittest test_zoix
python3 -m unittest test_zoix

0 comments on commit f009ecc

Please sign in to comment.