Adding PUPPETEER_SKIP_DOWNLOAD to cicd
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
collin 2026-06-19 11:08:01 +02:00
parent 8534ca729b
commit c41e9bb477
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,8 @@ when:
steps:
- name: deploy
image: docker.io/node:hydrogen
environment:
PUPPETEER_SKIP_DOWNLOAD: true
volumes:
- /etc/ssh:/etc/ssh
commands:

View file

@ -7,6 +7,8 @@ when:
steps:
- name: test
image: docker.io/node:hydrogen
environment:
PUPPETEER_SKIP_DOWNLOAD: true
commands:
- npm ci
- npm run test:unit