Skip to content

Commit

Permalink
Update cypress-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ballPointPenguin committed Nov 10, 2023
1 parent 7908745 commit 0758fcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
max-attempts: 10
retry-delay: 10s

- name: Dump Application Logs
if: failure()
run: |
echo "Health check failed. Dumping Docker logs..."
docker-compose logs
- name: Cypress Run
uses: cypress-io/github-action@v5
with:
Expand Down

0 comments on commit 0758fcc

Please sign in to comment.