Skip to content

More explicit error messages to be able to triage errors. (#33) #83

More explicit error messages to be able to triage errors. (#33)

More explicit error messages to be able to triage errors. (#33) #83

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