Skip to content

Commit c200f55

Browse files
committed
feat: save keys in mongodb
1 parent 5be4b22 commit c200f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pnpm i
4141
pnpm lint
4242
pnpm build
43-
pnpm run dev &
43+
pnpm preview &
4444
4545
# Step 3: Start BE
4646
- name: Set up and start backend
@@ -52,7 +52,7 @@ jobs:
5252
# Step 4: Wair for BE and FE Services
5353
- name: Wait for services to be ready
5454
run: |
55-
until curl -s http://localhost:3001; do
55+
until curl -s http://localhost:8081; do
5656
echo "Waiting for frontend to be ready..."
5757
sleep 5
5858
done

0 commit comments

Comments
 (0)