Skip to content

Commit a5d7485

Browse files
committed
Fix tests job name on Ubuntu
1 parent 3f096a7 commit a5d7485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
path: install
116116

117117
tests:
118-
name: Testing on ${{ matrix.os }}
118+
name: Testing with SOFA ${{ matrix.sofa_branch }}
119119
needs: [build]
120120
runs-on: ${{ matrix.os }}
121121
strategy:

0 commit comments

Comments
 (0)