Skip to content

Commit

Permalink
test yet again again
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bisom committed Apr 16, 2024
1 parent e9384db commit 7a32a7f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ jobs:

- name: Run Tests
run: |
docker-compose -f docker-compose-dev-ga.yaml exec backend pytest
docker-compose exec -T commonplace_backend_1 pip3 install pytest
docker-compose exec -T commonplace_backend_1 pytest
docker-compose -f docker-compose-dev-ga.yaml exec commonplace-backend-1 pytest
docker-compose exec -T commonplace-backend-1 pip3 install pytest
docker-compose exec -T commonplace-backend-1 pytest
- name: Fetch container logs
run: docker logs commonplace-backend-1

- name: Cleanup
if: always()
Expand Down

0 comments on commit 7a32a7f

Please sign in to comment.