chore: try another angle here
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -29,9 +29,9 @@ jobs:
|
||||
|
||||
services:
|
||||
vault:
|
||||
image: vault
|
||||
image: vault:1.2.3
|
||||
ports:
|
||||
- 8200:8200
|
||||
- 8200/tcp
|
||||
env:
|
||||
VAULT_DEV_ROOT_TOKEN_ID: testtoken
|
||||
options: --cap-add=IPC_LOCK
|
||||
@@ -43,3 +43,7 @@ jobs:
|
||||
- name: test connection
|
||||
run: node quicktest.js
|
||||
|
||||
env:
|
||||
VAULT_HOST: localhost
|
||||
VAULT_PORT: ${{ job.services.vault.ports[8200] }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user