We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912277c commit 26fe143Copy full SHA for 26fe143
.github/workflows/buildMain.yml
@@ -59,6 +59,9 @@ jobs:
59
run: npm install
60
61
- name: run buildRun.sh ${{ github.event.inputs.logLevel }}
62
+ env:
63
+ # remove maven download logs as it might cause random build failures: https://stackoverflow.com/a/66801171
64
+ MAVEN_OPTS: "-Djansi.force=true -Djansi.passthrough=true -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
65
run: sh buildRun.sh -p ${{ matrix.tutorial }} ${{ github.event.inputs.logLevel }}
66
67
- name: Multiple Repositories Dispatcher
0 commit comments