From 3b4a35396d309ee30ee954a292c96792aae63e8e Mon Sep 17 00:00:00 2001 From: ReaJason Date: Wed, 11 Dec 2024 01:55:14 +0800 Subject: [PATCH] ci: integration print log --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 933acef1..593aa3dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - name: Integration Test with gradle - run: ./gradlew :integration-test:test --tests '*.${{ matrix.middleware }}.*' + run: ./gradlew :integration-test:test --tests '*.${{ matrix.middleware }}.*' --info - name: Export Integration Test Summary run: cat integration-test/build/test-results/report.md >> $GITHUB_STEP_SUMMARY - name: Upload jacoco