Skip to content

Commit

Permalink
Merge pull request #12 from corese-stack/feature/test-report
Browse files Browse the repository at this point in the history
add publish test
  • Loading branch information
j-l-s authored Sep 17, 2024
2 parents 6eb3626 + 65e7a7d commit ff43ba2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ on:
- "main"
- "develop"

permissions:
contents: read
issues: read
checks: write
pull-requests: write

jobs:
Continuous-Integration-Actions:
runs-on: self-hosted
Expand All @@ -36,6 +42,13 @@ jobs:
- name: Gradle tests
run: ./gradlew test

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
if: always()
with:
files: |
build/test-results/**/*.xml
- name: Get test artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ff43ba2

Please sign in to comment.