Skip to content

Commit

Permalink
action container change
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilGenius13 committed Sep 26, 2023
1 parent ec4fc1e commit c6e8a1a
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 pokeapp python3 -m unittest /poke_app/authtest.py
docker exec -t pokebackpackfinal_pokeapp_1 python3 -m unittest /poke_app/authtest.py
- name: Stop Docker containers
run: docker-compose down

0 comments on commit c6e8a1a

Please sign in to comment.