Skip to content

fix workflow

fix workflow #183

Workflow file for this run

name: Run Tests
on: ["push"]
jobs:
test:
name: with ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-14"]
runs-on: ${{ matrix.os }}
timeout-minutes: 5
defaults:
run:
shell: bash
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install magic
run: |
curl -ssL https://magic.modular.com | bash
source /home/runner/.bash_profile
- name: Run tests
run: |
magic run tests