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'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
||||||
|
- name: MongoDB in GitHub Actions
|
||||||
|
uses: supercharge/mongodb-github-action@1.10.0
|
||||||
|
with:
|
||||||
|
mongodb-version: latest
|
||||||
|
|
||||||
- name: Unit Test
|
- name: Unit Test
|
||||||
uses: gradle/gradle-build-action@v2.8.1
|
uses: gradle/gradle-build-action@v2.8.1
|
||||||
with:
|
with:
|
||||||
|
@ -229,6 +234,7 @@ jobs:
|
||||||
|
|
||||||
report-tests:
|
report-tests:
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
needs: [ unit-test,integration-test ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: JUnit Test Report
|
- name: JUnit Test Report
|
||||||
|
|
Loading…
Reference in New Issue