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 d8fd287 commit 5ff9793
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Helix-Manual-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
required: true
default: -fae test

permissions: write-all

jobs:
MANUAL_CI:

Expand All @@ -38,4 +40,5 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: always()
with:
path: '**/target/surefire-reports/junitreports/TEST-*.xml'
files: |
**/target/surefire-reports/junitreports/TEST-*.xml

0 comments on commit 5ff9793

Please sign in to comment.