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 26, 2024
1 parent 03f7d19 commit 81ae060
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/setup-docker-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,9 @@ jobs:
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

0 comments on commit 81ae060

Please sign in to comment.