We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e0162 commit 8d8f723Copy full SHA for 8d8f723
.github/workflows/build.yml
@@ -43,8 +43,12 @@ jobs:
43
restore-keys: |
44
${{ runner.os }}-maven-${{ github.workflow }}
45
46
+ - name: Check docker
47
+ run: which docker && docker ps
48
+
49
- name: Build with Maven
- 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
52
53
- name: Archive build artifacts
54
uses: actions/upload-artifact@v3
0 commit comments