mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
chore: 結合テストを修正、テストレポートを修正
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user