mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-07 20:50:09 +00:00
feat: rethink how key retrevial is structued and add e2e test
This commit is contained in:
parent
9a7f009394
commit
0b17727b1c
10 changed files with 191 additions and 179 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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] }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue