Skip to content

Commit 31db4af

Browse files
committed
ci: reduce logs
1 parent f3415da commit 31db4af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ jobs:
3939
run: ./gradlew :boot:test
4040

4141
docker-build-test:
42+
name: Docker build
4243
runs-on: ubuntu-latest
4344
steps:
44-
- name: Checkout code
45+
- name: Checkout
4546
uses: actions/checkout@v4
4647
- name: Build Docker image
4748
run: |
@@ -113,7 +114,7 @@ jobs:
113114
run: ./gradlew ${{ matrix.cases.depend_tasks }}
114115

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

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

0 commit comments

Comments
 (0)