Skip to content

Commit

Permalink
Adds sleep for 1min
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Sep 13, 2024
1 parent 8b3d37e commit d35309a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
echo "Waiting for Vault to start..."
sleep 60
docker ps
echo "docker images"
docker images
echo "export vault addr"
export VAULT_ADDR=http://127.0.0.1:8200
echo "vault status"
vault status
echo "done"

0 comments on commit d35309a

Please sign in to comment.