Skip to content

Commit

Permalink
on error continue
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed May 10, 2024
1 parent 9a52727 commit 84370cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,11 @@ jobs:
- name: Inspect network
run: docker network inspect actions_default
- name: Test network connection to PostgreSQL
continue-on-error: true
run: |
docker run --network actions_default alpine ping -c 3 ${{ env.POSTGRES_HOSTNAME }}
- name: Log PostgreSQL output
continue-on-error: true
run: docker logs ${{ env.POSTGRES_HOSTNAME }}

- name: Run playwright e2e tests
Expand Down

0 comments on commit 84370cb

Please sign in to comment.