Skip to content

Commit

Permalink
Revert "🧹 Debug report test (#942)" (#945)
Browse files Browse the repository at this point in the history
This reverts commit 0286e14.
  • Loading branch information
czunker authored Nov 23, 2023
1 parent b714fbd commit f957123
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ jobs:
report:
runs-on: ubuntu-latest
steps:
# This step gets called, even when the triggering workflow is skipped
# That's causing errors, so we need to check if the triggering workflow was skipped
# But that's not that easy: https://github.com/orgs/community/discussions/21090
- run: echo "${{ toJson(github.event) }}"
- uses: dorny/test-reporter@v1
with:
artifact: test-results
Expand Down

0 comments on commit f957123

Please sign in to comment.