Skip to content

Commit 9b3f57f

Browse files
committed
fix
1 parent b0657c9 commit 9b3f57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: ./gradlew ${{ matrix.cases.depend_tasks }}
115115

116116
- name: Integration Test with gradle
117-
run: ./gradlew :integration-test:test --tests '*.${{ matrix.cases.middleware }}.*'
117+
run: ./gradlew :integration-test:test --tests '*.${{ matrix.cases.middleware }}.*' --info
118118

119119
- name: Export Integration Test Summary
120120
run: cat integration-test/build/test-results/report.md >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)