We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deff669 commit 5d152a8Copy full SHA for 5d152a8
1 file changed
.github/workflows/run-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v4
24
25
- name: Setup Haskell
26
- uses: haskell/actions/setup@v1
+ uses: haskell-actions/setup@v1
27
with:
28
ghc-version: ${{ matrix.ghc }}
29
cabal-version: ${{ matrix.cabal }}
@@ -34,6 +34,6 @@ jobs:
34
echo
35
cabal --version
36
37
- - name: Build package dependencies
+ - name: Test
38
run: |
39
cabal test
0 commit comments