mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-08 23:56:55 +00:00
feat: use correct env vars for integration
This commit is contained in:
parent
33ba690ebb
commit
52a06079f0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -68,6 +68,9 @@ jobs:
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: setup vault
|
- name: setup vault
|
||||||
run: node ./e2e/setup.js
|
run: node ./e2e/setup.js
|
||||||
|
env:
|
||||||
|
VAULT_HOST: localhost
|
||||||
|
VAULT_PORT: ${{ job.services.vault.ports[8200] }}
|
||||||
- name: use vault actions
|
- name: use vault actions
|
||||||
uses: ./
|
uses: ./
|
||||||
- name: verify
|
- name: verify
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue