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:
|
steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: docker.io/node:hydrogen
|
image: docker.io/node:hydrogen
|
||||||
|
environment:
|
||||||
|
PUPPETEER_SKIP_DOWNLOAD: true
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/ssh:/etc/ssh
|
- /etc/ssh:/etc/ssh
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@ when:
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: docker.io/node:hydrogen
|
image: docker.io/node:hydrogen
|
||||||
|
environment:
|
||||||
|
PUPPETEER_SKIP_DOWNLOAD: true
|
||||||
commands:
|
commands:
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm run test:unit
|
- npm run test:unit
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue