mirror of https://github.com/usbharu/Hideout.git
Compare commits
3 Commits
8a3209a1d1
...
340adca7ad
| Author | SHA1 | Date |
|---|---|---|
|
|
340adca7ad | |
|
|
b3c215626f | |
|
|
2a6abb452d |
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue