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 5a7f80c commit ee93f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
# Step 5: Run tests with both unittest and pytest
- name: Run tests
working-directory: FiLiP
run: |
cd ..
TEST_PATH="tests"
python -m unittest discover -s $TEST_PATH -p "test_*.py" || true
python -m pytest $TEST_PATH || true

0 comments on commit ee93f9b

Please sign in to comment.