Skip to content

Commit

Permalink
Updating GitHub actions [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
recursion-ninja committed Aug 30, 2024
1 parent 6aaab0f commit 6ea90be
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 @@ -106,9 +106,9 @@ jobs:

- name: 'Cabal - Build'
run: |
# ./bin/refresh-phyg.sh
cabal install ${THISMAINEXE}
cabal build ${THISTESTEXE}
# ./bin/refresh-phyg.sh

- name: 'When Failed - Rerun build to minimize output'
if: ${{ failure() }}
Expand Down

0 comments on commit 6ea90be

Please sign in to comment.