2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

Merge pull request #6 from offen/public-key

Add key exchange mechanism
This commit is contained in:
Frederik Ring 2019-04-30 21:57:47 -06:00 committed by GitHub
commit 6d487d1a6d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -21,7 +21,7 @@ database:
- POSTGRES_PASSWORD=develop
vault:
image: node:10
image: timbru31/node-chrome:slim
working_dir: /vault
volumes:
- ./vault:/vault