mirror of https://github.com/usbharu/Hideout.git
Compare commits
No commits in common. "340adca7ad1473cff6fbbab409e1fc48fa639e7a" and "8a3209a1d1051adf17833632cd455319eec2530b" have entirely different histories.
340adca7ad
...
8a3209a1d1
|
|
@ -13,8 +13,6 @@ on:
|
|||
|
||||
permissions:
|
||||
contents: read
|
||||
checks: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
@ -52,12 +50,7 @@ jobs:
|
|||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
- name: Run JUnit
|
||||
- name: Gradle Build Action
|
||||
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