Skip to content

Commit f403b9d

Browse files
committed
ci(node): Don't download Puppeteer
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent b380ba2 commit f403b9d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.drone.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2392,4 +2392,6 @@ trigger:
23922392
# - push
23932393
---
23942394
kind: signature
2395-
hmac: 5647bd81c8bc7327a18b657fb5223e5345fe9ee28754d0e5e34c3fe02ea1876f
2395+
hmac: 0924fb2a2720d9e44d86b90ff35d4c9318eaf330722b505d3a140da4aa9cb014
2396+
2397+
...

.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)