Skip to content

Commit

Permalink
Added more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Renzo van Hootegem committed Nov 26, 2024
1 parent 665fd28 commit 15946d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/periodic-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: list rest
run: echo ${{needs.report-failures.outputs.overall-result, needs.report-failures.outputs.failed-jobs }}
run: |
echo ${{needs.report-failures.outputs.overall-result}}
echo ${{needs.report-failures.outputs.failed-jobs}}
notify-end:
if: always()
Expand Down

0 comments on commit 15946d8

Please sign in to comment.