We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0657c9 commit 9b3f57fCopy full SHA for 9b3f57f
.github/workflows/test.yaml
@@ -114,7 +114,7 @@ jobs:
114
run: ./gradlew ${{ matrix.cases.depend_tasks }}
115
116
- name: Integration Test with gradle
117
- run: ./gradlew :integration-test:test --tests '*.${{ matrix.cases.middleware }}.*'
+ run: ./gradlew :integration-test:test --tests '*.${{ matrix.cases.middleware }}.*' --info
118
119
- name: Export Integration Test Summary
120
run: cat integration-test/build/test-results/report.md >> $GITHUB_STEP_SUMMARY
0 commit comments