Skip to content

Commit

Permalink
Updating GitHub actions [13]
Browse files Browse the repository at this point in the history
  • Loading branch information
recursion-ninja committed Aug 28, 2024
1 parent 66b9583 commit aa56a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
cabal install ${THISMAINEXE} ${PROJECTFILE}
cabal build ${THISTESTEXE} ${PROJECTFILE}
- name: 'When Failed - Rerun build to minimize output
- name: 'When Failed - Rerun build to minimize output'
if: ${{ failure() }}
run: |
cabal install ${THISMAINEXE} ${PROJECTFILE}
Expand Down

0 comments on commit aa56a00

Please sign in to comment.