Skip to content

Commit

Permalink
Install vagrant in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Sep 30, 2023
1 parent a4d4109 commit 57c36f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ jobs:

- name: Run metrics, shields and take a screenshot
run: |
sudo apt install virtualbox
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [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
sudo apt update && sudo apt install vagrant
vagrant up

0 comments on commit 57c36f1

Please sign in to comment.