Skip to content

Commit

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

0 comments on commit e21ad1d

Please sign in to comment.