Skip to content

Commit

Permalink
feat(workflows): add setup-docker-and-run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basarbyz committed Jul 25, 2024
1 parent 63d4c79 commit 8418930
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/setup-docker-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ jobs:
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV

- name: List discovered tests
run: |
source venv/bin/activate
cd tests
python -m unittest discover -s . -p "test_*.py" -v
- name: Run test_init.py
run: |
source venv/bin/activate
Expand Down

0 comments on commit 8418930

Please sign in to comment.