Skip to content

Commit

Permalink
build: Stop downloading puppeteer in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Feb 22, 2024
1 parent dc65286 commit e7ff327
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 @@ -19,6 +19,8 @@ jobs:
cache: "yarn"
cache-dependency-path: "yarn.lock"
- name: Install deps
env:
PUPPETEER_SKIP_DOWNLOAD: true
run: yarn install --immutable
- name: Lint
run: yarn lint
Expand Down

0 comments on commit e7ff327

Please sign in to comment.