Skip to content

Commit

Permalink
chore: use general command to execute tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djs0109 committed Sep 2, 2024
1 parent c14addf commit 74ccd3c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/setup-docker-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,8 @@ jobs:
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV

- name: Run test_crud.py
- name: Run tests
run: |
source venv/bin/activate
cd tests
python -m unittest test_crud.py
- name: Run test_forwarding.py
run: |
source venv/bin/activate
cd tests
python -m unittest test_forwarding.py
python -m unittest discover --verbose . "test_*.py"

0 comments on commit 74ccd3c

Please sign in to comment.