We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc292b commit 984fcc2Copy full SHA for 984fcc2
.github/workflows/checker.yml
@@ -70,7 +70,11 @@ jobs:
70
17
71
distribution: 'temurin'
72
- run: chmod 755 ./mvnw
73
- - run: ./mvnw clean install test -Dfindbugs.skip -Dcheckstyle.skip -Dgpg.skip -Dskip.yarn \
+ - run: |
74
+ ./mvnw clean install test \
75
+ -Dfindbugs.skip \
76
+ -Dcheckstyle.skip \
77
+ -Dgpg.skip -Dskip.yarn \
78
-Dopenai.token=${{ secrets.OPENAI_TOKEN }} \
79
-Dproxy.token=${{ secrets.PROXY_TOKEN }} \
80
-Dproxy.host=${{ secrets.PROXY_HOST }} \
0 commit comments