feat: rethink how key retrevial is structued and add e2e test

This commit is contained in:
Richard Simpson 2019-09-20 16:59:05 -05:00
parent 9a7f009394
commit 0b17727b1c
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2
10 changed files with 191 additions and 179 deletions

View file

@ -41,8 +41,8 @@ jobs:
node-version: 10.x
- name: npm install
run: npm ci
- name: test connection
run: node quicktest.js
- name: npm run test:e2e
run: npm run test:e2e
env:
VAULT_HOST: localhost
VAULT_PORT: ${{ job.services.vault.ports[8200] }}