We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1af81 commit 13622f4Copy full SHA for 13622f4
.github/workflows/ci.yml
@@ -112,8 +112,8 @@ jobs:
112
run: |
113
nohup pnpm nx dev auth-server-api > /tmp/auth-server-api.log 2>&1 &
114
echo $! > /tmp/auth-server-api.pid
115
- echo "Waiting for Auth Server API on 3005..."
116
- timeout 60 bash -c 'until nc -z localhost 3005; do echo "Wait-API: Waiting..."; sleep 1; done'
+ echo "Waiting for Auth Server API on 3004..."
+ timeout 60 bash -c 'until nc -z localhost 3004; do echo "Wait-API: Waiting..."; sleep 1; done'
117
echo "Auth Server API ready."
118
119
- name: Show Auth Server API logs on failure
0 commit comments