Skip to content

Commit

Permalink
Use vagrant from the official repository
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzheiber committed Feb 8, 2024
1 parent f2ae804 commit 1e8320b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ jobs:
- name: Install virtualbox
run: |
sudo apt-get update -qq
sudo apt-get install -y virtualbox
- uses: nahsi/setup-hashi-tool@v1
with:
name: vagrant
name: Install vagrant
sudo apt-get install -y virtualbox gpg lsb-release
- name: Install vagrant
run: |
curl -L https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
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
sudo apt update -qq
sudo apt install vagrant
- name: Run tests in Vagrant
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 1e8320b

Please sign in to comment.