Skip to content

Test Modal Runner

Test Modal Runner #64

Workflow file for this run

name: Test Modal Runner
on:
workflow_dispatch:
workflow_call:
jobs:
test-modal-runner:
runs-on: [self-hosted, modal, "job-${{ github.run_id }}"]
steps:
- name: Hello World
run: |
echo "Hello from Modal Sandbox!"
uname -a