Skip to content

Bump NUnit3TestAdapter from 6.0.0 to 6.1.0 #14

Bump NUnit3TestAdapter from 6.0.0 to 6.1.0

Bump NUnit3TestAdapter from 6.0.0 to 6.1.0 #14

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
10.0.x
- run: dotnet restore
- run: dotnet build --no-restore
- run: dotnet test --no-build --verbosity normal