Skip to content

deps(test): update dependency microsoft.build.locator to 1.11.1 #1960

deps(test): update dependency microsoft.build.locator to 1.11.1

deps(test): update dependency microsoft.build.locator to 1.11.1 #1960

Workflow file for this run

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@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 9.x
- name: Linting
run: dotnet format --verify-no-changes
- name: Create Kubernetes Cluster
uses: helm/[email protected]
- name: Execute Tests
run: dotnet test --configuration ${{ runner.debug == '1' && 'Debug' || 'Release' }}