diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 1d004af..7a3f212 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: - name: Start Vault in background run: | # Start Vault server in background - vault server -dev -dev-root-token-id=root -dev-listen-address=0.0.0.0:8200 -tls > vault.log 2>&1 & + vault server -dev -dev-root-token-id=root -dev-listen-address=0.0.0.0:8200 -dev-tls > vault.log 2>&1 & VAULT_PID=$! echo $VAULT_PID > vault.pid