Skip to content

Commit

Permalink
CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavdeep13 committed Jan 24, 2025
1 parent 66f1d75 commit 5a7f80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
# Step 5: Run tests with both unittest and pytest
- name: Run tests
working-directory: FiLiP
run: |
TEST_PATH="tests"
python -m unittest discover -s $TEST_PATH -p "test_*.py" || true
Expand Down

0 comments on commit 5a7f80c

Please sign in to comment.