Skip to content

Commit

Permalink
Add some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Feb 12, 2024
1 parent 0383409 commit beab1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
echo "FAILING_TESTS=$FAILING_TESTS" >> $GITHUB_ENV
exit $RESULT
fi
- run: |
- if: failure()
run: |
echo $FAILING_TESTS
- run: aiken build
- uses: actions/github-script@v6
Expand Down

0 comments on commit beab1fa

Please sign in to comment.