mirror of https://github.com/usbharu/Hideout.git
chore: 結合テストを修正、テストレポートを修正
This commit is contained in:
parent
9d77e51981
commit
708300201f
|
@ -157,6 +157,11 @@ jobs:
|
|||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: MongoDB in GitHub Actions
|
||||
uses: supercharge/mongodb-github-action@1.10.0
|
||||
with:
|
||||
mongodb-version: latest
|
||||
|
||||
- name: Unit Test
|
||||
uses: gradle/gradle-build-action@v2.8.1
|
||||
with:
|
||||
|
@ -229,6 +234,7 @@ jobs:
|
|||
|
||||
report-tests:
|
||||
if: success() || failure()
|
||||
needs: [ unit-test,integration-test ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: JUnit Test Report
|
||||
|
|
Loading…
Reference in New Issue