mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
fix: migrate from junit_files to files in EnricoMi/publish-unit-test-result-action
This commit is contained in:
committed by
GitHub
parent
bc6f2da13a
commit
da52b8133d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -239,5 +239,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
check_name: Unit Test Results
|
check_name: Unit Test Results
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
junit_files: test-results/**/*.xml
|
files: test-results/**/*.xml
|
||||||
comment_mode: "off"
|
comment_mode: "off"
|
||||||
|
|||||||
Reference in New Issue
Block a user