Skip to content

Commit

Permalink
Update Helix-Manual-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshukandwal authored Sep 28, 2023
1 parent 9530a39 commit d8fd287
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/Helix-Manual-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
required: true
default: -fae test

permissions: write-all

jobs:
MANUAL_CI:

Expand All @@ -36,10 +34,8 @@ jobs:
run: mvn clean install -Dmaven.test.skip.exec=true -DretryFailedDeploymentCount=5
- name: Run All Tests
run: mvn -B -V -e -ntp "-Dstyle.color=always" ${{ github.event.inputs.mvnOpts }} ${{ github.event.inputs.goals }}
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: always()
with:
name: Tests Results
path: './**/target/surefire-reports/junitreports/TEST-*.xml'
reporter: java-junit
path: '**/target/surefire-reports/junitreports/TEST-*.xml'

0 comments on commit d8fd287

Please sign in to comment.