Skip to content

Commit 13622f4

Browse files
committed
fix: update ci ports for api
1 parent ea1af81 commit 13622f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ jobs:
112112
run: |
113113
nohup pnpm nx dev auth-server-api > /tmp/auth-server-api.log 2>&1 &
114114
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'
115+
echo "Waiting for Auth Server API on 3004..."
116+
timeout 60 bash -c 'until nc -z localhost 3004; do echo "Wait-API: Waiting..."; sleep 1; done'
117117
echo "Auth Server API ready."
118118
119119
- name: Show Auth Server API logs on failure

0 commit comments

Comments
 (0)