Skip to content

Commit

Permalink
adding more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed May 10, 2024
1 parent 249e19f commit 9a52727
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,15 @@ jobs:
- name: Install playwright browsers
run: yarn playwright install --with-deps chromium
shell: bash

- name: Inspect network
run: docker network inspect actions_default
- name: Test network connection to PostgreSQL
run: |
docker run --network actions_default alpine ping -c 3 ${{ env.POSTGRES_HOSTNAME }}
- name: Log PostgreSQL output
run: docker logs ${{ env.POSTGRES_HOSTNAME }}

- name: Run playwright e2e tests
run: |
pg_isready -h ${{ env.POSTGRES_HOSTNAME }} -p ${{ env.POSTGRES_PORT }}
Expand Down

0 comments on commit 9a52727

Please sign in to comment.