Skip to content

Commit 46025f2

Browse files
chore(deps): update enricomi/publish-unit-test-result-action action to v2.19.0
1 parent d678902 commit 46025f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: helm unittest -t JUnit -o test_result.xml .
2525

2626
- name: Publish Test Results
27-
uses: EnricoMi/publish-unit-test-result-action@v2.18.0
27+
uses: EnricoMi/publish-unit-test-result-action@v2.19.0
2828
if: always()
2929
with:
3030
files: |

0 commit comments

Comments
 (0)