Skip to content

Commit

Permalink
Updating GitHub actions [8]
Browse files Browse the repository at this point in the history
  • Loading branch information
recursion-ninja committed Aug 28, 2024
1 parent a0a98fd commit 6b46f61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ jobs:
cabal build ${THISMAINEXE} ${THISTESTEXE} ${PROJECTFILE}
cabal install ${THISMAINEXE} ${PROJECTFILE}
- name: Rerun build on failure to minimize output
if: ${{ failure() }}
run |
cabal build ${THISMAINEXE} ${THISTESTEXE} ${PROJECTFILE}
cabal install ${THISMAINEXE} ${PROJECTFILE}

- name: 'Cabal - Integration Tests'
run: |
cabal run ${THISTESTEXE} ${PROJECTFILE} -- ${TESTOPTIONS} # ${TESTDETAILS}
Expand Down

0 comments on commit 6b46f61

Please sign in to comment.