Skip to content

Merge pull request #86 from sandermvanvliet/dependabot/nuget/xunit-2.6.3 #232

Merge pull request #86 from sandermvanvliet/dependabot/nuget/xunit-2.6.3

Merge pull request #86 from sandermvanvliet/dependabot/nuget/xunit-2.6.3 #232

Workflow file for this run

name: build-and-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal