We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abffe05 commit b4ded35Copy full SHA for b4ded35
1 file changed
.github/workflows/playwright-e2e.yaml
@@ -103,8 +103,7 @@ jobs:
103
run: |
104
# Start API in dev mode + frontend from production build
105
pnpm api:dev &
106
- cd src/SEBT.Portal.Web && pnpm start &
107
- cd ..
+ (cd src/SEBT.Portal.Web && pnpm start) &
108
echo "Waiting for server at http://localhost:3000..."
109
for i in $(seq 1 90); do
110
curl -sf --max-time 15 http://localhost:3000 > /dev/null && echo "Server ready" && break
0 commit comments