Skip to content

Commit

Permalink
fix: restore sonar end tests (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-sartori-zupit authored May 17, 2024
1 parent dffbcd9 commit e607eed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sonar-step-dotnet-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
RUN_ON:
required: false
type: string
default: 'zupit-agents'
default: "zupit-agents"
RUNNERS_CONTAINER_GROUP:
required: false
type: string
default: 'Container'
default: "Container"
WORKING_DIRECTORY:
required: true
type: string
Expand Down Expand Up @@ -98,3 +98,6 @@ jobs:
with:
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }}
EXCLUDE_FILES: ${{ inputs.COVERAGE_EXCLUSIONS }}

- name: End .NET SonarScanner
run: dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit e607eed

Please sign in to comment.