Skip to content

Commit

Permalink
fix(workflow): timeouts on artifact publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dovgan authored Nov 8, 2024
1 parent 39333d4 commit 980639f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postcommit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
--no-diff

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: artifacts/*.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/precommit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
--no-diff

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: artifacts/*.xml
Expand Down

0 comments on commit 980639f

Please sign in to comment.