Skip to content

Commit 984fcc2

Browse files
committed
Fixed ci
1 parent fdc292b commit 984fcc2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/checker.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ jobs:
7070
17
7171
distribution: 'temurin'
7272
- run: chmod 755 ./mvnw
73-
- run: ./mvnw clean install test -Dfindbugs.skip -Dcheckstyle.skip -Dgpg.skip -Dskip.yarn \
73+
- run: |
74+
./mvnw clean install test \
75+
-Dfindbugs.skip \
76+
-Dcheckstyle.skip \
77+
-Dgpg.skip -Dskip.yarn \
7478
-Dopenai.token=${{ secrets.OPENAI_TOKEN }} \
7579
-Dproxy.token=${{ secrets.PROXY_TOKEN }} \
7680
-Dproxy.host=${{ secrets.PROXY_HOST }} \

0 commit comments

Comments
 (0)