Skip to content

Commit 5107cc4

Browse files
committed
Do npm run start in background
so that the CI job can proceed
1 parent df4c372 commit 5107cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: steps.cache-playwright.outputs.cache-hit != 'true'
3737

3838
- name: Start Server
39-
run: npm run start
39+
run: npm run start &
4040

4141
- name: Wait for server to start
4242
run: npx wait-on http://localhost:6274

0 commit comments

Comments
 (0)