Skip to content

chore(deps): update xunit-dotnet monorepo to v2.8.0 #534

chore(deps): update xunit-dotnet monorepo to v2.8.0

chore(deps): update xunit-dotnet monorepo to v2.8.0 #534

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
- run: dotnet restore
- run: dotnet build --no-restore
- run: dotnet test --no-restore