wpt: force a wakeup of the wbauth server before the test

This commit is contained in:
Pierre Tachoire
2026-03-19 09:40:47 +01:00
parent e950384b9b
commit 59175437b5

View File

@@ -192,10 +192,12 @@ jobs:
- run: chmod a+x ./lightpanda
# force a wakup of the auth server before requesting it w/ the test itself
- run: curl https://${{ vars.WBA_DOMAIN }}
- name: run wba test
shell: bash
run: |
node webbotauth/validator.js &
VALIDATOR_PID=$!
sleep 5