Skip to content

Bump xunit.runner.visualstudio from 2.4.5 to 2.5.3 #203

Bump xunit.runner.visualstudio from 2.4.5 to 2.5.3

Bump xunit.runner.visualstudio from 2.4.5 to 2.5.3 #203

Workflow file for this run

name: .NET Continuous Integration
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
test:
name: Run Tests
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
- name: Run tests
run: dotnet test --logger GitHubActions SharedCode.sln