Skip to content

Commit 6cc5deb

Browse files
committed
Remove check-style.yml and update pr-java.ci.yml
1 parent f24a717 commit 6cc5deb

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.github/workflows/check-style.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/pr-java-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ jobs:
3434
run: mvn -B package --file extra/pom.xml
3535

3636
- name: Publish JUnit Report
37-
if: always()
3837
uses: mikepenz/action-junit-report@v5
3938
with:
4039
report_paths: '**/target/surefire-reports/TEST-*.xml'
4140
check_name: 'JUnit Test Report'
4241
include_passed: true
4342
comment: true
4443
fail_on_failure: true
45-
updateComment: false
44+
updateComment: true
4645
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)