Skip to content

Commit

Permalink
CI: do not set -e explicitly as github actions set this too
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed Apr 5, 2024
1 parent 5f24269 commit fb63bf7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
CABALVER: ${{ matrix.cabal }}
NGXHMVER: ${{ matrix.nginx-haskell-module }}
run: |
set -e
cabal --version
echo "$(ghc --version) "`
`"[$(ghc --print-project-git-commit-id 2>/dev/null || echo '?')]"
Expand Down Expand Up @@ -140,5 +138,3 @@ jobs:
LD_LIBRARY_PATH="$NGX_MODULE_PATH" prove -r t
cd -
set +e

0 comments on commit fb63bf7

Please sign in to comment.