Skip to content

Commit

Permalink
test now that other error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bisom committed Apr 16, 2024
1 parent 7b39945 commit 83ad83c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:

- name: Run Tests
run: |
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
docker-compose -f docker-compose-dev-ga.yaml exec -T commonplace-public_backend_1 pip3 install pytest
docker-compose -f docker-compose-dev-ga.yaml exec -T commonplace-public_backend_1 pytest
- name: Fetch container logs
if: always()
Expand All @@ -50,6 +49,7 @@ jobs:
docker image ls
df -h
docker logs commonplace-public_db_1
docker logs commonplace-public_backend_1
- name: Cleanup
if: always()
Expand Down

0 comments on commit 83ad83c

Please sign in to comment.