fix: package action (#3)

Package action output per github docs.
This commit is contained in:
Richard Simpson 2019-10-15 14:00:01 -05:00 committed by GitHub
parent 6784ab3896
commit da9a93f3f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4758 additions and 2 deletions

View file

@ -21,6 +21,8 @@ jobs:
node-version: 10.x
- name: npm install
run: npm ci
- name: npm build
run: npm run build
- name: npm run test
run: npm run test
env:
@ -52,6 +54,8 @@ jobs:
node-version: 10.x
- name: npm install
run: npm ci
- name: npm build
run: npm run build
- name: setup vault
run: node ./e2e/setup.js
env: