Skip to content

[Fix] Code Refactor & Cleanup #211

[Fix] Code Refactor & Cleanup

[Fix] Code Refactor & Cleanup #211

Workflow file for this run

name: Vagrant Test
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
vagrant-test:
runs-on: macos-12
strategy:
matrix:
runtime:
- freebsd
steps:
- name: checkout
uses: actions/checkout@v3
- name: ${{ matrix.runtime }}
run: bash ./test/run --build --run ${{ matrix.runtime }}