Skip to content

Bump the dev-dependencies group in /tests with 4 updates #50

Bump the dev-dependencies group in /tests with 4 updates

Bump the dev-dependencies group in /tests with 4 updates #50

Workflow file for this run

name: .NET - Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: ['6.0.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
include-prerelease: true
- run: dotnet test tests --no-restore