Skip to content

Commit

Permalink
Installs libsecret-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Sep 13, 2024
1 parent eb8dc2b commit 8587f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
echo "gpg done"
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
sudo apt-get update && sudo apt-get install vault && sudo apt-get install libsecret-tools
- name: RUn docker-compose
- name: Run docker-compose
run: docker compose -f ./vault-docker/docker-compose.yml up -d

- name: verifying vault
Expand Down

0 comments on commit 8587f08

Please sign in to comment.