mirror of
https://github.com/offen/website.git
synced 2024-11-25 10:10:28 +01:00
commit
6d487d1a6d
@ -55,7 +55,7 @@ jobs:
|
||||
key: offen-vault-{{ checksum "package.json" }}
|
||||
- run:
|
||||
name: Run tests
|
||||
command: npm test -- --allow-chrome-as-root
|
||||
command: npm test
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
@ -21,7 +21,7 @@ database:
|
||||
- POSTGRES_PASSWORD=develop
|
||||
|
||||
vault:
|
||||
image: node:10
|
||||
image: timbru31/node-chrome:slim
|
||||
working_dir: /vault
|
||||
volumes:
|
||||
- ./vault:/vault
|
||||
|
Loading…
Reference in New Issue
Block a user