Skip to content

docs: update example link in README to point to the correct test file… #68

docs: update example link in README to point to the correct test file…

docs: update example link in README to point to the correct test file… #68

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: [main]
push:
workflow_dispatch:
jobs:
unit:
name: Unit Tests
uses: ./.github/workflows/build_verification_dotnet.yml
secrets: inherit
with:
project_path: .
run_tests: true