Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Jun 17, 2023
1 parent 1271693 commit 713c7de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults: { run: { shell: bash } }

jobs:
build:
name: GHC ${{ matrix.ghc-version }} on ${{ matrix.os }}
name: stackage ${{ matrix.stack-resolver }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -25,7 +25,7 @@ jobs:
run: |
stack build --resolver ${{ matrix.stack-resolver }}
stack test
# - name: Setup Haskell tools
# uses: haskell/actions/setup@v2
# with:
Expand Down

0 comments on commit 713c7de

Please sign in to comment.