Skip to content

Commit 9cfb02c

Browse files
committed
clean up CI naming
1 parent e76effd commit 9cfb02c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test and build
1+
name: Test against MUSE2
22
on:
33
push:
44
branches: [main]
@@ -8,14 +8,14 @@ on:
88

99
jobs:
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

.github/workflows/test-with-muse2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test with MUSE2 source
1+
name: Test with MUSE2
22

33
on:
44
workflow_call:
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
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

0 commit comments

Comments
 (0)