Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Bump NUnit from 3.13.3 to 4.0.1 #366

Bump NUnit from 3.13.3 to 4.0.1

Bump NUnit from 3.13.3 to 4.0.1 #366

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
- name: Build
run: dotnet build -c Debug
- name: Unit Tests
run: dotnet test