Use proper paths for tests
Some checks failed
Test / tests (linux-amd64) (push) Successful in 28s
Test / tests (darwin-amd64) (push) Successful in 20s
Run Gosec / tests (push) Successful in 51s
Test / tests (linux-arm64) (push) Successful in 2m54s
Test / tests (windows-amd64) (push) Has been cancelled

This commit is contained in:
2025-09-09 15:23:32 +02:00
parent 094d0ba389
commit f753ba2a71

View File

@@ -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