Skip to content

Enable working with lazy loading proxies SN-776 #343

Enable working with lazy loading proxies SN-776

Enable working with lazy loading proxies SN-776 #343

Workflow file for this run

# ==============================================================================
# UNIT-TEST
#
# ==============================================================================
name: unit-test
on:
pull_request:
branches:
- develop
- main
- 'release/*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup dotnet 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Checkout Source
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Unit Tests
run: dotnet test src