Skip to content

fixed bug in lease registration #29

fixed bug in lease registration

fixed bug in lease registration #29

Workflow file for this run

name: Run MSTest
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# Install the .NET Core workload
- name: Install .NET Core
uses: actions/setup-dotnet@v3
# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test