Skip to content

Commit

Permalink
SAVEPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Oct 13, 2024
1 parent fa51677 commit b61c3f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: build

on: [push, pull_request]

permissions:
checks: write
pull-requests: write

jobs:
build:

Expand Down Expand Up @@ -48,6 +52,13 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: TestResults/reports/lcov.info

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/windows@v2
if: always()
with:
files: |
TestResults\*.trx
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b61c3f2

Please sign in to comment.