Skip to content

add muse2 main branch install to ci #72

add muse2 main branch install to ci

add muse2 main branch install to ci #72

Workflow file for this run

name: Test against MUSE2
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
workflow_call:
jobs:
test_release:
name: Latest MUSE2 release
uses: ./.github/workflows/test-with-muse2.yml
with:
muse2_source: release
secrets: inherit
test_main:
name: Current MUSE2 main branch
uses: ./.github/workflows/test-with-muse2.yml
with:
muse2_source: main
secrets: inherit