Fix environment variable name
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m10s
Add copyright notice / copyright_notice (pull_request) Successful in 4m0s
Playwright Tests / test (pull_request) Failing after 13m38s
Build Nginx-based docker image / build-static-assets (push) Successful in 15m8s

This commit is contained in:
Manuel Bustillo 2025-06-08 10:48:51 +02:00
parent 6490e585ee
commit 8b0cab93c9

View File

@ -25,7 +25,7 @@ jobs:
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run the service that will be tested
run: HOST=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
run: npx wait-on http://127.0.0.1:3000 --timeout 30000
- name: Run Playwright tests