Skip to content

Moshi rewrite

Moshi rewrite #58

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
- cron: "17 9 * * *"
jobs:
unittest:
name: unittest
runs-on: ubuntu-20.04
env:
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}
MODAL_ENVIRONMENT: main
strategy:
matrix:
file: ["src.llama", "src.whisper", "src.xtts"]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: ./.github/actions/setup
- name: Run
run: |
modal token set --token-id $MODAL_TOKEN_ID --token-secret $MODAL_TOKEN_SECRET
modal run ${{ matrix.file }}