Skip to content

Commit

Permalink
run examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cheecheeo committed Jan 19, 2024
1 parent bb8116b commit b2e5e74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,12 @@ jobs:
- name: examples
run: |
cd ${PKGDIR_cgi} || false
$CABAL run cookie.cgi
$CABAL run hello.cgi
$CABAL run printinput.cgi
$CABAL run redirect.cgi
$CABAL run showAllInputs.cgi
$CABAL run upload.cgi
$CABAL v2-run $ARG_COMPILER cookie.cgi
$CABAL v2-run $ARG_COMPILER hello.cgi
$CABAL v2-run $ARG_COMPILER printinput.cgi
$CABAL v2-run $ARG_COMPILER redirect.cgi
$CABAL v2-run $ARG_COMPILER showAllInputs.cgi
$CABAL v2-run $ARG_COMPILER upload.cgi
- name: hlint
run: |
if [ $((HCNUMVER >= 90400 && HCNUMVER < 90600)) -ne 0 ] ; then (cd ${PKGDIR_cgi} && hlint -XHaskell2010 src) ; fi
Expand Down

0 comments on commit b2e5e74

Please sign in to comment.