File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ jobs:
3535 java-version : " 17"
3636 distribution : temurin
3737 cache : maven
38- - run : sudo apt-get update > /dev/null && sudo apt-get install -y colorized-logs > /dev/null
38+ - run : sudo apt-get update > /dev/null && sudo apt-get install -y colorized-logs python3-subprocess-tee > /dev/null
3939 - name : Build
4040 id : build
41- run : bash .github/workflows/prbuild.sh $GITHUB_OUTPUT
41+ run : .github/scripts/tee2log ../build.log $GITHUB_OUTPUT mvn -B -fae -Dstyle.color=always clean verify checkstyle:checkstyle
4242 continue-on-error : true
4343 - name : Notify
4444 uses : dawidd6/action-send-mail@v11
4545 with :
4646 server_address : ${{secrets.SMTP_SERVER}}
47- server_port : 465
47+ server_port : 587
4848 ignore_cert : false
4949 username : ${{ secrets.SMTP_USER }}
5050 password : ${{ secrets.SMTP_PASSWORD }}
51- from : " JClouds PR"
51+ from : ' JClouds PR <noreply@fritz-elfert.de> '
5252 to : ${{ secrets.PR_FAILURE_RECIPIENT }}
5353 subject : " PR build failed"
5454 body : ${{ format('The PR build, triggered by {0} failed. See the attached build log.', github.triggering_actor) }}
You can’t perform that action at this time.
0 commit comments