Skip to content

Bump FluentAssertions from 6.11.0 to 6.12.0 #191

Bump FluentAssertions from 6.11.0 to 6.12.0

Bump FluentAssertions from 6.11.0 to 6.12.0 #191

Workflow file for this run

name: build-and-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal