Use proper paths for tests
Some checks failed
Some checks failed
This commit is contained in:
@@ -30,9 +30,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Hashicorp Vault (on Windows)
|
- name: Install Hashicorp Vault (on Windows)
|
||||||
if: matrix.arch == 'windows-amd64'
|
if: matrix.arch == 'windows-amd64'
|
||||||
run: |
|
|
||||||
& ".\scripts\vault-install.ps1"
|
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
run: |
|
||||||
|
.\script\vault-install.ps1
|
||||||
|
|
||||||
- name: Start Vault in background (on Unix)
|
- name: Start Vault in background (on Unix)
|
||||||
id: start-vault
|
id: start-vault
|
||||||
@@ -66,11 +66,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Vault test data (on Windows)
|
- name: Setup Vault test data (on Windows)
|
||||||
if: matrix.arch == 'windows-amd64'
|
if: matrix.arch == 'windows-amd64'
|
||||||
|
shell: pwsh
|
||||||
env:
|
env:
|
||||||
VAULT_ADDR: "https://127.0.0.1:8200"
|
VAULT_ADDR: "https://127.0.0.1:8200"
|
||||||
VAULT_TOKEN: root
|
VAULT_TOKEN: root
|
||||||
VAULT_SKIP_VERIFY: "true"
|
VAULT_SKIP_VERIFY: "true"
|
||||||
shell: pwsh
|
|
||||||
run: |
|
run: |
|
||||||
.\script\vault-setup.ps1
|
.\script\vault-setup.ps1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user