Skip to content

Bump xunit from 2.9.0 to 2.9.1 #40

Bump xunit from 2.9.0 to 2.9.1

Bump xunit from 2.9.0 to 2.9.1 #40

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: Build and Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build and Test
run: dotnet test --verbosity normal