Fix the path used for checking upstatus

This commit is contained in:
Manuel Bustillo 2025-06-08 12:19:01 +02:00
parent 01717b392c
commit 22a2cba3fe

View File

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