Fix the waiting URL
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 33s
Add copyright notice / copyright_notice (pull_request) Successful in 47s
Playwright Tests / test (pull_request) Failing after 5m38s
Build Nginx-based docker image / build-static-assets (push) Successful in 6m4s

This commit is contained in:
Manuel Bustillo 2025-06-08 11:42:59 +02:00
parent e0da10c000
commit 85f918b397

View File

@ -27,6 +27,6 @@ jobs:
- name: Run the service that will be tested
run: HOSTNAME=localhost node .next/standalone/server.js &
- name: Wait for the service to be ready
run: npx wait-on http://localhost:3000 --timeout 30000
run: npx wait-on http://localhost:3000/default/dashboard/guests --timeout 30000
- name: Run Playwright tests
run: DEBUG=pw:api pnpm exec playwright test