Skip to content

Commit

Permalink
Merge pull request #164 from camunda-cloud/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…EnricoMi/publish-unit-test-result-action-1.28

build(deps): Bump EnricoMi/publish-unit-test-result-action from 1.27 to 1.28
  • Loading branch information
remcowesterhoud authored Feb 8, 2022
2 parents db86bc1 + 5dd9db6 commit 2129f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Publish Unit Test Results
id: publish
uses: EnricoMi/publish-unit-test-result-action@v1.27
uses: EnricoMi/publish-unit-test-result-action@v1.28
if: failure()
with:
files: target/surefire-reports/*.xml
2 changes: 1 addition & 1 deletion .github/workflows/publish-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
done
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.27
uses: EnricoMi/publish-unit-test-result-action@v1.28
with:
commit: ${{ github.event.workflow_run.head_sha }}
event_file: artifacts/Event File/event.json
Expand Down

0 comments on commit 2129f4a

Please sign in to comment.