Adding PUPPETEER_SKIP_DOWNLOAD to cicd
This commit is contained in:
parent
8534ca729b
commit
c41e9bb477
2 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ when:
|
|||
steps:
|
||||
- name: deploy
|
||||
image: docker.io/node:hydrogen
|
||||
environment:
|
||||
PUPPETEER_SKIP_DOWNLOAD: true
|
||||
volumes:
|
||||
- /etc/ssh:/etc/ssh
|
||||
commands:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue