Skip to content

Commit

Permalink
Merge pull request #1793 from infogulch/fix-action-ref
Browse files Browse the repository at this point in the history
Change ref for `publish-unit-test-result-action`
  • Loading branch information
mthom committed Apr 22, 2023
2 parents 3965281 + 9c037d6 commit f277f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
path: cargo_test_results.xml
- name: Publish cargo test summary
if: matrix.extra
uses: EnricoMi/publish-unit-test-result-action/composite@branch-publish-summary-on-fork
uses: EnricoMi/publish-unit-test-result-action/composite@master
with:
check_name: Cargo test summary
files: cargo_test_results.xml
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
name: logtalk-test-results
path: '${{ env.LOGTALKUSER }}/tests/prolog/**/*.xml'
- name: Publish Logtalk test summary
uses: EnricoMi/publish-unit-test-result-action/composite@branch-publish-summary-on-fork
uses: EnricoMi/publish-unit-test-result-action/composite@master
with:
check_name: Logtalk test summary
files: '${{ env.LOGTALKUSER }}/tests/prolog/**/*.xml'
Expand Down

0 comments on commit f277f66

Please sign in to comment.