Skip to content

Commit f2ae804

Browse files
committed
Reshuffle instructions, also install vagrant
1 parent aa5fbdf commit f2ae804

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,16 @@ jobs:
4141
uses: actions/setup-python@v4
4242
with:
4343
cache: pip
44-
- name: Run tests in Vagrant
44+
- name: Install virtualbox
4545
run: |
4646
sudo apt-get update -qq
4747
sudo apt-get install -y virtualbox
48+
- uses: nahsi/setup-hashi-tool@v1
49+
with:
50+
name: vagrant
51+
name: Install vagrant
52+
- name: Run tests in Vagrant
53+
run: |
4854
pip install --upgrade pip
4955
python -m venv env
5056
source env/bin/activate

0 commit comments

Comments
 (0)