Skip to content

Bump NUnit3TestAdapter from 5.2.0 to 6.1.0 #163

Bump NUnit3TestAdapter from 5.2.0 to 6.1.0

Bump NUnit3TestAdapter from 5.2.0 to 6.1.0 #163

Workflow file for this run

name: Build and Test
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9
- name: Build
run: dotnet build
- name: Test NUnit
run: dotnet test