Skip to content

Commit

Permalink
test with pure docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Sep 13, 2024
1 parent c97bc7a commit a8ebb18
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ 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
uses: hoverkraft-tech/[email protected]
with:
compose-file: "./vault-docker/docker-compose.yml"
- name: RUn docker-compose
run: docker compose -f ./vault-docker/docker-compose.yml up
# - name: Run docker-compose
# uses: hoverkraft-tech/[email protected]
# with:
# compose-file: "./vault-docker/docker-compose.yml"
- name: verifying vault
run: |
docker ps
Expand Down

0 comments on commit a8ebb18

Please sign in to comment.