Updating maven build
This commit is contained in:
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@@ -5,9 +5,9 @@ name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, 3.1.x ]
|
||||
branches: [ main, 4.2.x, 4.1.x ]
|
||||
pull_request:
|
||||
branches: [ main, 3.1.x ]
|
||||
branches: [ main, 4.2.x, 4.1.x ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -34,4 +34,4 @@ jobs:
|
||||
uses: mikepenz/action-junit-report@v2
|
||||
if: always() # always run even if the previous step fails
|
||||
with:
|
||||
report_paths: '**/surefire-reports/TEST-*.xml'
|
||||
report_paths: '**/surefire-reports/TEST-*.xml'
|
||||
|
||||
Reference in New Issue
Block a user