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 35fa61d commit 5c71247
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/testing-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ 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" &
sleep 20
echo "Authenticating to vault..."
Expand Down

0 comments on commit 5c71247

Please sign in to comment.