Skip to content

Commit 8d8f723

Browse files
committed
test
1 parent 82e0162 commit 8d8f723

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@ jobs:
4343
restore-keys: |
4444
${{ runner.os }}-maven-${{ github.workflow }}
4545
46+
- name: Check docker
47+
run: which docker && docker ps
48+
4649
- name: Build with Maven
47-
run: mvn clean compile test -fae -T 2 -B -V -DcloudBuild -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.wagon.httpconnectionManager.ttlSeconds=25
50+
run: mvn clean verify -fae -T 2 -B -V -DcloudBuild -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.wagon
51+
.httpconnectionManager.ttlSeconds=25
4852

4953
- name: Archive build artifacts
5054
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)