Skip to content

Update NUnit version to 4.0 #4

Update NUnit version to 4.0

Update NUnit version to 4.0 #4

name: tests for MSTest
on:
push:
branches:
- '*'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
# Checkout the code
- uses: actions/checkout@v2
# Install .NET Core SDK
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.*
# Perform unit tests
- name: Perform unit tests
run: dotnet test ChainingAssertion.MSTest.UnitTest -l "console;verbosity=normal" -v:q --nologo