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 dd92e22

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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

0 commit comments

Comments
 (0)
Please sign in to comment.