Skip to content

Commit

Permalink
test: switch to ianwalter/puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta committed May 22, 2020
1 parent 04f3e0d commit 412bb6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/functional-tests.yml
Expand Up @@ -3,6 +3,7 @@ on: [push, pull_request]
env:
CI: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
PUPPETEER_EXEC_PATH: google-chrome-stable

jobs:
functional-chromium:
Expand All @@ -13,7 +14,7 @@ jobs:
- uses: CultureHQ/actions-yarn@master
with:
args: install
- uses: mujo-code/puppeteer-headful@master
- uses: ianwalter/puppeteer@12728ddef82390d1ecd4732fb543f62177392fbb
with:
args: yarn test:functional
env:
Expand Down

0 comments on commit 412bb6e

Please sign in to comment.