Skip to content

Commit

Permalink
improved workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Oct 21, 2024
1 parent 640f23d commit 73fd994
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/webdriver-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:

- name: Start playwright proxy server
run: node server.js >/dev/null 2>&1 &

# Wait for the server to start
- run: sleep 2

- name: Tests
run: php ./vendor/bin/codecept run

Expand Down

0 comments on commit 73fd994

Please sign in to comment.