Merge branch 'develop' into usbharu-patch-3

This commit is contained in:
usbharu
2023-11-09 15:37:10 +09:00
committed by GitHub
36 changed files with 2406 additions and 47 deletions
+8 -1
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'