Skip to content

Commit

Permalink
adding second test
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilGenius13 committed Sep 26, 2023
1 parent a06c42a commit f4e6b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run tests
run: |
# Assuming you're running tests from within a container.
docker exec -t pokebackpackfinal_pokeapp_1 python3 -m unittest /app/poke_app/authtest.py
docker exec -t pokebackpackfinal_pokeapp_1 python3 -m unittest discover -s /app/poke_app/ -p '*test.py'
- name: Stop Docker containers
run: docker-compose down

0 comments on commit f4e6b26

Please sign in to comment.