Skip to content

Commit

Permalink
Remove obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
renzo-baasdam committed Mar 19, 2024
1 parent 3819a89 commit 75248fe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-test.yaml
@@ -1,9 +1,5 @@
name: Build
on: [push]
permissions:
contents: read
actions: read
checks: write
jobs:
build:
name: Build
Expand Down Expand Up @@ -71,12 +67,6 @@ jobs:
run: |
./.sonar/scanner/dotnet-sonarscanner end \
/d:sonar.token="${{ secrets.SONAR_TOKEN }}"
- name: Upload test results
uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: test-results
path: '**/test-results.trx'
- name: Test Report
if: success() || failure()
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit 75248fe

Please sign in to comment.