Skip to content

Fix ILogger registration #46

Fix ILogger registration

Fix ILogger registration #46

Workflow file for this run

name: samples
on:
push:
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Test
run: dotnet test sample/Yapoml.Playwright.Sample/Yapoml.Playwright.Sample.csproj