Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Aug 16, 2024
1 parent 6e52ec2 commit 0bd010c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- name: Archive build and test reports 🗃️
uses: actions/upload-artifact@v4
if: success() || failure()
- name: Publish Test Results 🚦
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
name: test-results
path: ./**/build/test-results/test/*.xml
retention-days: 7
files: |
build/test-results/test/*.xml
19 changes: 0 additions & 19 deletions .github/workflows/test-report.yml

This file was deleted.

0 comments on commit 0bd010c

Please sign in to comment.