Fix e2e CI

This commit is contained in:
Andras Schmelczer 2025-03-16 21:20:07 +00:00
parent 4bd5dbb1e0
commit 0564885aa6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 5 additions and 8 deletions

View file

@ -17,7 +17,7 @@ mkdir -p logs
cd frontend
npm run build
./wait-for-server.sh
../scripts/wait-for-server.sh
pids=()
for i in $(seq 1 $process_count); do