Skip to content

Commit

Permalink
Import box first before e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Dec 20, 2024
1 parent 75563c1 commit 099b220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
key: vagrant-box-ubuntu-2404
- name: "Vagrant Plugin(s)"
run: vagrant plugin install vagrant-k3s vagrant-reload vagrant-scp

- name: Import Ubunut box
run: vagrant box add --name bento/ubuntu-24.04 --provider libvirt
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 099b220

Please sign in to comment.