Skip to content

Commit

Permalink
adds a sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Dec 31, 2024
1 parent ba7b607 commit 35fa61d
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,8 +17,9 @@ 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"
# nohup vault server -dev -dev-root-token-id="your-custom-root-token" &
vault server -dev -dev-root-token-id="vault-plaintext-root-token" &
wait 20
sleep 20
echo "Authenticating to vault..."
vault login token=vault-plaintext-root-token
echo "Initializing vault..."
Expand Down

0 comments on commit 35fa61d

Please sign in to comment.