Skip to content

Commit 30c060a

Browse files
kesselbsusnux
authored andcommitted
ci: skip puppeteer chrome download
As per https://github.com/puppeteer/puppeteer#installation Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent a149d4e commit 30c060a

6 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/command-compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
- name: Install dependencies & build
9191
env:
9292
CYPRESS_INSTALL_BINARY: 0
93+
PUPPETEER_SKIP_DOWNLOAD: true
9394
run: |
9495
npm ci
9596
npm run build --if-present

.github/workflows/cypress.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
nodeVersion: ${{ steps.versions.outputs.nodeVersion }}
2222
npmVersion: ${{ steps.versions.outputs.npmVersion }}
2323

24+
env:
25+
PUPPETEER_SKIP_DOWNLOAD: true
26+
2427
steps:
2528
- name: Checkout app
2629
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.5.2

.github/workflows/lint-eslint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Install dependencies
5959
env:
6060
CYPRESS_INSTALL_BINARY: 0
61+
PUPPETEER_SKIP_DOWNLOAD: true
6162
run: npm ci
6263

6364
- name: Lint

.github/workflows/node-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434

3535
env:
3636
CYPRESS_INSTALL_BINARY: 0
37+
PUPPETEER_SKIP_DOWNLOAD: true
3738

3839
steps:
3940
- name: Checkout
@@ -95,6 +96,7 @@ jobs:
9596

9697
env:
9798
CYPRESS_INSTALL_BINARY: 0
99+
PUPPETEER_SKIP_DOWNLOAD: true
98100

99101
steps:
100102
- name: Checkout

.github/workflows/node.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- name: Install dependencies & build
5858
env:
5959
CYPRESS_INSTALL_BINARY: 0
60+
PUPPETEER_SKIP_DOWNLOAD: true
6061
run: |
6162
npm ci
6263
npm run build --if-present

.github/workflows/npm-audit-fix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
branches: ["main", "master", "stable27", "stable26", "stable25", "stable24"]
22-
22+
2323
name: npm-audit-fix-${{ matrix.branches }}
2424

2525
steps:
@@ -51,6 +51,7 @@ jobs:
5151
if: always()
5252
env:
5353
CYPRESS_INSTALL_BINARY: 0
54+
PUPPETEER_SKIP_DOWNLOAD: true
5455
run: |
5556
npm ci
5657
npm run build --if-present

0 commit comments

Comments
 (0)