Skip to content

Bump xunit from 2.6.4 to 2.6.5 #207

Bump xunit from 2.6.4 to 2.6.5

Bump xunit from 2.6.4 to 2.6.5 #207

Workflow file for this run

name: .NET Core
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v2.1.0
- run: dotnet build Vaughan/Vaughan.fsproj
- run: dotnet test VaughanTests/VaughanTests.fsproj