suite
Some checks failed
dotnet package / build (8.0.x) (push) Successful in 1m16s
Main Build Process / Build & Test (pull_request) Failing after 2m27s

This commit is contained in:
2024-08-25 23:56:46 +02:00
parent a0ef7be672
commit f232126f0d

View File

@@ -18,7 +18,8 @@ jobs:
name: "Build & Test" name: "Build & Test"
# Permissions this GitHub Action needs for other things in GitHub # Permissions this GitHub Action needs for other things in GitHub
permissions: write-all permissions:
pull-requests: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -53,6 +54,7 @@ jobs:
name: coverage name: coverage
path: ${{ github.workspace }}/Cobertura.xml path: ${{ github.workspace }}/Cobertura.xml
retention-days: 5 retention-days: 5
- run: ls
- name: Publish Code Coverage Report - name: Publish Code Coverage Report
uses: irongut/CodeCoverageSummary@v1.3.0 uses: irongut/CodeCoverageSummary@v1.3.0
with: with:
@@ -70,8 +72,8 @@ jobs:
uses: marocchino/sticky-pull-request-comment@v2 uses: marocchino/sticky-pull-request-comment@v2
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with:
recreate: true message: |
path: code-coverage-results.md Release ${{ github.sha }} to <https://pr-${{ github.event.number }}.example.com>
- name: Upload Test Result Files - name: Upload Test Result Files
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4