Skip to content

Merge pull request #39 from lekman/release-please--branches--main--co… #154

Merge pull request #39 from lekman/release-please--branches--main--co…

Merge pull request #39 from lekman/release-please--branches--main--co… #154

Workflow file for this run

name: "CI: 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