Skip to content

Commit

Permalink
ci: look for test passed
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Sep 13, 2023
1 parent 13f6591 commit d77baa8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prod_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ jobs:
run: |
${{ env.DOCKER_COMPOSE_UP_CMD }}
- name: Found "Test Passed" in Logs
if: always()
working-directory: tests/end2end_tests/tests
run: |
docker compose logs --timestamps | grep -q "Test Passed$"
- name: Logs
if: always()
continue-on-error: true # if this fails, do not fail the job
Expand Down

0 comments on commit d77baa8

Please sign in to comment.