Skip to content

* replace vagrant-disksize plugin by native vagrant functionality #84

* replace vagrant-disksize plugin by native vagrant functionality

* replace vagrant-disksize plugin by native vagrant functionality #84

Workflow file for this run

name: vagrant-up
on: [push, pull_request]
jobs:
vagrant-up:
runs-on: macos-12
env:
VAGRANT_DISABLE_VBOXSYMLINKCREATE: "1"
steps:
- uses: actions/checkout@v4
- name: Run vagrant up
run: vagrant up
working-directory: .github/workflows