Skip to content

Commit 4ef6bdb

Browse files
committed
e2e_tests.yml: Remove start dev server
since now we are doing that in `playwright.config.ts`
1 parent 8b1faf1 commit 4ef6bdb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/e2e_tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ jobs:
4343
run: npx playwright install --with-deps
4444
if: steps.cache-playwright.outputs.cache-hit != 'true'
4545

46-
- name: Start Server
47-
run: npm run start &
48-
49-
- name: Wait for server to start
50-
run: npx wait-on http://localhost:6274
51-
5246
- name: Run Playwright tests
5347
run: npm run test:e2e
5448

0 commit comments

Comments
 (0)