Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3fcef61

Browse files
committedDec 27, 2022
test
1 parent 8d8f723 commit 3fcef61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
${{ runner.os }}-maven-${{ github.workflow }}
4545
4646
- name: Check docker
47-
run: which docker && docker ps
47+
run: which docker && docker ps
4848

4949
- name: Build with Maven
5050
run: mvn clean verify -fae -T 2 -B -V -DcloudBuild -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.wagon
51-
.httpconnectionManager.ttlSeconds=25
51+
.httpconnectionManager.ttlSeconds=25
5252

5353
- name: Archive build artifacts
5454
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)
Please sign in to comment.