Skip to content

Commit

Permalink
fix pg_isready
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed May 10, 2024
1 parent 84370cb commit b91d7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ jobs:

- name: Run playwright e2e tests
run: |
pg_isready -h ${{ env.POSTGRES_HOSTNAME }} -p ${{ env.POSTGRES_PORT }}
pg_isready -h ${{ env.POSTGRES_HOSTNAME }} -p ${{ env.POSTGRES_PORT }} || true
yarn run pw:run ${{ inputs.playwright_spec_param }}
shell: bash
- name: Upload playwright report
Expand Down

0 comments on commit b91d7cf

Please sign in to comment.