diff --git a/.woodpecker/deploy.yaml b/.woodpecker/deploy.yaml index 92b88f9..a9e50d3 100644 --- a/.woodpecker/deploy.yaml +++ b/.woodpecker/deploy.yaml @@ -7,6 +7,8 @@ when: steps: - name: deploy image: docker.io/node:hydrogen + environment: + PUPPETEER_SKIP_DOWNLOAD: true volumes: - /etc/ssh:/etc/ssh commands: diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 621444d..1c9f126 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -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