chore: typoを修正

This commit is contained in:
usbharu 2024-09-17 22:59:13 +09:00
parent 30b58c1e14
commit 80918e1c2e
No known key found for this signature in database
GPG Key ID: 95CBCF7046307B77
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ jobs:
- name: Unit Test
working-directory: owl
run: ./gradlew :koverXmlReport --rerun-task
run: ./gradlew :koverXmlReport --rerun-tasks
- name: JUnit Test Report
uses: mikepenz/action-junit-report@v4