Skip to content

Commit

Permalink
Adds docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Sep 12, 2024
1 parent 5794ccf commit 883e2b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
echo "echo is done"
sudo apt-get update && sudo apt-get install vault
- name: verifying vault
run: vault
run: vault status
- name: Run docker-compose
uses: hoverkraft-tech/compose-action@v2
with:
compose-file: "./vault-docker/docker-compose.yml"


0 comments on commit 883e2b2

Please sign in to comment.