Skip to content

Commit

Permalink
Updating GitHub actions [14]
Browse files Browse the repository at this point in the history
  • Loading branch information
recursion-ninja committed Aug 28, 2024
1 parent aa56a00 commit 376e361
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ jobs:
- name: 'Cabal - Integration Tests'
run: |
cabal run ${THISTESTEXE} ${PROJECTFILE} -- ${TESTOPTIONS} # ${TESTDETAILS}
echo "FOO=$(cabal list-bin ${THISTESTEXE} ${PROJECTFILE})" >> $GITHUB_ENV
cabal run ${{ env.FOO }} ${PROJECTFILE} -- ${TESTOPTIONS}
# - name: 'When Failed - Send Notification Email'
# if: ${{ failure() }}
Expand Down

0 comments on commit 376e361

Please sign in to comment.