Skip to content

Fix: Invoking the generic method through "AsDynamic" doesn't work cor… #9

Fix: Invoking the generic method through "AsDynamic" doesn't work cor…

Fix: Invoking the generic method through "AsDynamic" doesn't work cor… #9

name: tests for xUnit
on:
push:
branches:
- '*'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
# Checkout the code
- uses: actions/checkout@v2
# Install .NET Core SDK
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.*
# Perform unit tests
- name: Perform unit tests
run: dotnet test ChainingAssertion.xUnit.UnitTest -l "console;verbosity=normal" -v:q --nologo