Skip to content

Commit

Permalink
Skip Chromium download in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Jan 21, 2020
1 parent 181a030 commit d86321e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
${{ runner.OS }}-node-
${{ runner.OS }}-
- run: npm ci
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
- name: Pre-Test
run: |
npm run lint
Expand Down

0 comments on commit d86321e

Please sign in to comment.