Skip to content

Commit

Permalink
feat(workflows/test): Add replica container log before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tparsa committed Oct 1, 2023
1 parent 35dbba7 commit a3430be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
- name: Check container status
run : docker ps -a

- name: Container logs
run: docker logs deployment_replica_1

- name: Run tests
run: docker-compose -f "deployment/docker-compose.yml" exec -T replica python3 integration-test.py

0 comments on commit a3430be

Please sign in to comment.