Skip to content

Commit af183e8

Browse files
committed
test
1 parent 853965c commit af183e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
run: which docker && docker ps
4848

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

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

0 commit comments

Comments
 (0)