Skip to content

Commit

Permalink
ci: Fix test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
kf6kjg committed Jun 9, 2021
1 parent 3276883 commit 08bcda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
# Would be easy to add to the [downloadArtifact method](https://github.com/actions/toolkit/blob/main/packages/artifact/src/internal/artifact-client.ts#L132) and thus expose to the action.
# But I'm not motifcated enough to push that through right now.
# name: /test-results_(.*)/
commit: ${{ github.workflow_run.head_sha }}
workflow_conclusion: completed
workflow: ci.yml
workflow: ci.yaml

- name: Install NUnit
run: |
Expand Down

0 comments on commit 08bcda5

Please sign in to comment.