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 f3415da commit 31db4afCopy full SHA for 31db4af
.github/workflows/test.yaml
@@ -39,9 +39,10 @@ jobs:
39
run: ./gradlew :boot:test
40
41
docker-build-test:
42
+ name: Docker build
43
runs-on: ubuntu-latest
44
steps:
- - name: Checkout code
45
+ - name: Checkout
46
uses: actions/checkout@v4
47
- name: Build Docker image
48
run: |
@@ -113,7 +114,7 @@ jobs:
113
114
run: ./gradlew ${{ matrix.cases.depend_tasks }}
115
116
- name: Integration Test with gradle
- run: ./gradlew :integration-test:test --tests '*.${{ matrix.cases.middleware }}.*' --info
117
+ run: ./gradlew :integration-test:test --tests '*.${{ matrix.cases.middleware }}.*'
118
119
- name: Export Integration Test Summary
120
run: cat integration-test/build/test-results/report.md >> $GITHUB_STEP_SUMMARY
0 commit comments