Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanGallardo committed May 2, 2024
1 parent fe80c74 commit 325245c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: docker-compose up -d

- name: Run Tests
run: docker exec <container_name> pytest
run: docker exec 5-final-project-spring-2024-mjetteam_p5-web-app_1 pytest

- name: Clean up
if: always()
Expand Down

0 comments on commit 325245c

Please sign in to comment.