Skip to content

Hide try-internal variables from inner script #73

Hide try-internal variables from inner script

Hide try-internal variables from inner script #73

Workflow file for this run

name: Distro and LVM tests
on:
push:
branches:
- main
pull_request:
jobs:
vagrant:
strategy:
matrix:
vagrant_target:
- debian
- debianrustup
- debianlvm
- rocky9
- fedora33
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Start vagrant box
run: vagrant up ${{ matrix.vagrant_target }}