Skip to content

Commit e22bf6e

Browse files
committed
update the server being used
1 parent ce273e7 commit e22bf6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
run: npx playwright install --with-deps
2222

2323
- name: Run server
24-
run: ./.github/scripts/runServer.sh
25-
24+
run: ./.github/scripts/runServerV2.sh
25+
2626
- name: Run Playwright tests
2727
run: npx playwright test
2828
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)