Skip to content

Bump xunit from 2.9.1 to 2.9.2 (#565) #851

Bump xunit from 2.9.1 to 2.9.2 (#565)

Bump xunit from 2.9.1 to 2.9.2 (#565) #851

Workflow file for this run

name: eShop Pull Request Validation
on:
pull_request:
paths-ignore:
- '**.md'
- 'src/ClientApp/**'
- 'tests/ClientApp.UnitTests/**'
- '.github/workflows/pr-validation-maui.yml'
push:
branches:
- main
paths-ignore:
- '**.md'
- 'src/ClientApp/**'
- 'tests/ClientApp.UnitTests/**'
- '.github/workflows/pr-validation-maui.yml'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET (global.json)
uses: actions/setup-dotnet@v3
- name: Build
run: dotnet build eShop.Web.slnf
- name: Test
run: dotnet test eShop.Web.slnf