Skip to content

Commit 73fd994

Browse files
committed
improved workflow
1 parent 640f23d commit 73fd994

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/webdriver-chrome.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444

4545
- name: Start playwright proxy server
4646
run: node server.js >/dev/null 2>&1 &
47+
48+
# Wait for the server to start
49+
- run: sleep 2
50+
4751
- name: Tests
4852
run: php ./vendor/bin/codecept run
4953

0 commit comments

Comments
 (0)