Skip to content

Commit 26fe143

Browse files
authored
try to get rid of random github action exits
1 parent 912277c commit 26fe143

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/buildMain.yml

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
run: npm install
6060

6161
- 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"
6265
run: sh buildRun.sh -p ${{ matrix.tutorial }} ${{ github.event.inputs.logLevel }}
6366

6467
- name: Multiple Repositories Dispatcher

0 commit comments

Comments
 (0)