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