Skip to content

Add an example showing usage of the availability rules SDKs #210

Add an example showing usage of the availability rules SDKs

Add an example showing usage of the availability rules SDKs #210

Workflow file for this run

name: Run tests
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Run tests
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
- run: make test