Skip to content

Commit e736ac9

Browse files
change stack job name
1 parent f576658 commit e736ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: cabal test --enable-tests
5252

5353
stack:
54-
name: ${{ matrix.stack-yaml }}
54+
name: stack ${{ matrix.os }} / ghc ${{ matrix.ghc }}
5555
runs-on: ubuntu-latest
5656
strategy:
5757
matrix:

0 commit comments

Comments
 (0)