mirror of https://github.com/usbharu/Hideout.git
chore: テストレポートを修正
This commit is contained in:
parent
708300201f
commit
ef3d8abe6a
|
@ -237,6 +237,12 @@ jobs:
|
|||
needs: [ unit-test,integration-test ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build Cache
|
||||
uses: actions/cache@v3.3.2
|
||||
with:
|
||||
path: |
|
||||
build
|
||||
key: gradle-build-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('src') }}-${{ github.sha }}
|
||||
- name: JUnit Test Report
|
||||
uses: mikepenz/action-junit-report@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue