Skip to content

Commit 8bb54e8

Browse files
committed
ci(node): Don't download Puppeteer
Signed-off-by: Joas Schilling <[email protected]>
1 parent c04257b commit 8bb54e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2392,6 +2392,6 @@ trigger:
23922392
# - push
23932393
---
23942394
kind: signature
2395-
hmac: f3a025a17ff926af23615f50fada10ecc0c4a2fd5802f5e05566115bd54e4565
2395+
hmac: 964c3515a08e66da50fb2657058eaafbbe88c2a43092b44d4c87f0493356f528
23962396

23972397
...

.github/workflows/node-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
run: npm i -g npm@"${{ needs.versions.outputs.npmVersion }}"
4343

4444
- name: Install dependencies
45+
env:
46+
CYPRESS_INSTALL_BINARY: 0
47+
PUPPETEER_SKIP_DOWNLOAD: true
4548
run: npm ci
4649

4750
- name: Test

0 commit comments

Comments
 (0)