File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Test and build
1+ name : Test against MUSE2
22on :
33 push :
44 branches : [main]
88
99jobs :
1010 test_release :
11- name : Test against latest MUSE2 release
11+ name : Latest MUSE2 release
1212 uses : ./.github/workflows/test-with-muse2.yml
1313 with :
1414 muse2_source : release
1515 secrets : inherit
1616
1717 test_main :
18- name : Test against MUSE2 main
18+ name : Current MUSE2 main branch
1919 uses : ./.github/workflows/test-with-muse2.yml
2020 with :
2121 muse2_source : main
Original file line number Diff line number Diff line change 1- name : Test with MUSE2 source
1+ name : Test with MUSE2
22
33on :
44 workflow_call :
1313
1414jobs :
1515 test :
16- name : Test against MUSE2 (${{ inputs.muse2_source }}) on ${{ matrix.os }}
16+ name : Run Pytest
1717 runs-on : ${{ matrix.os }}
1818 strategy :
1919 fail-fast : false
You can’t perform that action at this time.
0 commit comments