fix(deps): update dependency sonaranalyzer.csharp to v9.12.0.78982 #1016
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: .NET Testing | |
on: | |
pull_request: | |
branches: | |
- "**" | |
concurrency: | |
group: testing-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
test: | |
name: Testing | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup .NET | |
uses: actions/setup-dotnet@v3 | |
with: | |
dotnet-version: 7.x | |
- name: Create Kubernetes Cluster | |
uses: helm/[email protected] | |
- name: Execute Tests | |
run: dotnet test --configuration Release |