We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad213a commit 4cc3c84Copy full SHA for 4cc3c84
.github/workflows/puppeteer.yml
@@ -38,7 +38,7 @@ jobs:
38
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
39
- name: start a server
40
run: "php -S 127.0.0.1:8000 -t test/data/app &"
41
- - uses: browser-actions/setup-chrome@v1
+ - uses: browser-actions/setup-chrome@v2
42
- run: chrome --version
43
- name: run tests
44
run: "./bin/codecept.js run-workers 2 -c test/acceptance/codecept.Puppeteer.js --grep @Puppeteer --debug"
0 commit comments