Compare commits

..

3 Commits

Author SHA1 Message Date
usbharu 340adca7ad
Merge pull request #138 from usbharu/usbharu-patch-2
Update test.yml
2023-11-07 00:53:01 +09:00
usbharu b3c215626f
Update test.yml 2023-11-07 00:48:52 +09:00
usbharu 2a6abb452d
Update test.yml 2023-11-07 00:40:37 +09:00
1 changed files with 8 additions and 1 deletions

View File

@ -13,6 +13,8 @@ on:
permissions:
contents: read
checks: write
id-token: write
jobs:
test:
@ -50,7 +52,12 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: Gradle Build Action
- name: Run JUnit
uses: gradle/gradle-build-action@v2.8.1
with:
arguments: test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v2
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'