Skip to content

Commit

Permalink
fixup! fixup! Put GHC and Cabal into path in integration script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kindaro committed Apr 10, 2024
1 parent 6c26021 commit 8a73b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --write-ghc-environment-files=always
- name: tests
run: |
cd "$PKGDIR_cabal_prettify"
$CABAL run $ARG_COMPILER $ARG_TESTS $ARG_BENCH examples -- --catch-stderr
- name: haddock
run: |
Expand Down

0 comments on commit 8a73b1f

Please sign in to comment.