Skip to content

Commit

Permalink
adds a wait
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Dec 31, 2024
1 parent b6f718e commit ba7b607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
echo "exporting vault addr"
export VAULT_ADDR=http://127.0.0.1:8200
echo "starting sevrer in dev mode with token id vault-plaintext-root-token"
vault server -dev -dev-root-token-id="vault-plaintext-root-token"
vault server -dev -dev-root-token-id="vault-plaintext-root-token" &
wait 20
echo "Authenticating to vault..."
vault login token=vault-plaintext-root-token
echo "Initializing vault..."
Expand Down

0 comments on commit ba7b607

Please sign in to comment.