mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-07 20:50:09 +00:00
chore: try another angle here
This commit is contained in:
parent
0933e819ce
commit
4aac50105a
2 changed files with 4 additions and 5 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -42,8 +42,7 @@ jobs:
|
|||
run: npm ci
|
||||
- name: test connection
|
||||
run: node quicktest.js
|
||||
|
||||
env:
|
||||
VAULT_HOST: localhost
|
||||
VAULT_PORT: ${{ job.services.vault.ports[8200] }}
|
||||
env:
|
||||
VAULT_HOST: localhost
|
||||
VAULT_PORT: ${{ job.services.vault.ports[8200] }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue