Skip to content

Bump xunit from 2.8.1 to 2.9.1 #228

Bump xunit from 2.8.1 to 2.9.1

Bump xunit from 2.8.1 to 2.9.1 #228

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
- name: Restore local tools
run: dotnet tool restore
- name: Build
run: dotnet cake