Skip to content

✅Unit Testing Status Check (main branch) #6

✅Unit Testing Status Check (main branch)

✅Unit Testing Status Check (main branch) #6

name: ✅Unit Testing Status Check
run-name: ✅Unit Testing Status Check (${{ github.base_ref }} branch)
on:
pull_request:
branches: [main, preview]
jobs:
run_tests:
name: ${{ vars.PROJECT_NAME }} Test Status Check
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected]
with:
project-name: ${{ vars.PROJECT_NAME }}Tests
build-config: Debug
net-sdk-version: ${{ vars.NET_SDK_VERSION }}