-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-16872 cq: Bump EnricoMi/publish-unit-test-result-action from 1.1…
…7 to 2.7 (#15593) Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 1.17 to 2.7. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](EnricoMi/publish-unit-test-result-action@v1.17...v2.7) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-major ... pin to SHA Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Dalton Bohning <[email protected]> Signed-off-by: Brian J. Murrell <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dalton Bohning <[email protected]> Co-authored-by: Brian J. Murrell <[email protected]>
- Loading branch information
1 parent
1891962
commit 9474a51
Showing
4 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,8 @@ jobs: | |
run: docker cp build-post:/home/daos/daos/nlt-junit.xml ./ | ||
- name: Publish NLT test results | ||
if: always() | ||
uses: EnricoMi/[email protected] | ||
# yamllint disable-line rule:line-length | ||
uses: EnricoMi/publish-unit-test-result-action@4e7013f9576bd22ffdae979dc6e68cb9ec2aeece # v2.7.0 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
files: nlt-junit.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,7 +138,8 @@ jobs: | |
run: docker cp build-post:/home/daos/daos/nlt-junit.xml ./ | ||
- name: Publish NLT test results | ||
if: always() | ||
uses: EnricoMi/[email protected] | ||
# yamllint disable-line rule:line-length | ||
uses: EnricoMi/publish-unit-test-result-action@4e7013f9576bd22ffdae979dc6e68cb9ec2aeece # v2.7.0 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
files: nlt-junit.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters