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 d0cad35 commit 8b3d37e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
echo "echo is done"
sudo apt-get update && sudo apt-get install vault
- name: RUn docker-compose
run: docker compose -f ./vault-docker/docker-compose.yml up -d
# - name: Run docker-compose
# uses: hoverkraft-tech/[email protected]
# with:
# compose-file: "./vault-docker/docker-compose.yml"

- name: verifying vault
run: |
echo "Waiting for Vault to start..."
sleep 60
docker ps
docker images
export VAULT_ADDR=http://127.0.0.1:8200
Expand Down

0 comments on commit 8b3d37e

Please sign in to comment.