Skip to content

Commit

Permalink
use pnpm on wait
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Feb 7, 2025
1 parent 14f2e12 commit 3ffa879
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cookieplone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ jobs:
start: |
make ci-acceptance-backend-start
make acceptance-frontend-prod-start
wait-on: 'http-get://127.0.0.1:55001/plone, http://127.0.0.1:3000'
wait-on-timeout: 20
wait-on: 'pnpm dlx wait-on --httpTimeout 20000 http-get://127.0.0.1:55001/plone http://127.0.0.1:3000'

# Upload Cypress screenshots
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3ffa879

Please sign in to comment.