mirror of https://github.com/usbharu/Hideout.git
chore: アップロード名を間違えていたので修正
This commit is contained in:
parent
6ffd675f35
commit
ee665eddb3
|
@ -179,12 +179,12 @@ jobs:
|
|||
uses: mikepenz/action-junit-report@v4
|
||||
with:
|
||||
report_paths: '**/TEST-*.xml'
|
||||
check_name: 'hideout-core JUnit Test Report'
|
||||
check_name: 'hideout-mastodon JUnit Test Report'
|
||||
|
||||
- name: Upload Coverage Report
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: 'hideout-core.xml'
|
||||
name: 'hideout-mastodon.xml'
|
||||
path: 'hideout-core/build/reports/kover/hideout-mastodon.xml'
|
||||
|
||||
coverage:
|
||||
|
|
Loading…
Reference in New Issue