Skip to content

Commit 759891f

Browse files
committed
Update ci-with-artifacts.yml
1 parent 7839118 commit 759891f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-with-artifacts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
env:
1010
CI: true
11+
VITE_API_URL: http://localhost:4000
1112

1213
jobs:
1314
# ---------------------------
@@ -123,6 +124,7 @@ jobs:
123124
run: |
124125
npx wait-on http://localhost:4000/tasks
125126
npx wait-on http://localhost:5173
127+
sleep 3
126128
127129
- name: Run Playwright tests
128130
working-directory: e2e

0 commit comments

Comments
 (0)