Skip to content

Commit efc55ff

Browse files
committed
FixupPR
1 parent 462a341 commit efc55ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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) }}

0 commit comments

Comments
 (0)