Skip to content

test: configure a github actions job #1

test: configure a github actions job

test: configure a github actions job #1

Workflow file for this run

name: Test Setup Mojo Action
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Mojo
uses: kszucs/setup-mojo@main
with:
version: '2024.7.1805'
- name: Verify Mojo installation
run: |
mojo --version
echo "Modular Home: $MODULAR_HOME"
- name: Test Firebolt
run: |
mojo test firebolt -I .