Skip to content

Chore: update to mojo-25.7.0.dev2025092205 #105

Chore: update to mojo-25.7.0.dev2025092205

Chore: update to mojo-25.7.0.dev2025092205 #105

Workflow file for this run

name: Firebolt Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
env:
MODULAR_HOME: "/home/runner/.modular"
steps:
- name: Checkout repo
uses: actions/checkout@v2
- uses: prefix-dev/[email protected]
with:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- name: checks
run: pixi run fmt
- name: tests
run: |
pixi run test
pixi run package