Skip to content

Add option to set ports for grpc #45

Add option to set ports for grpc

Add option to set ports for grpc #45

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0'
- name: Restore dependencies
run: dotnet restore
- name: Run tests
run: dotnet test --filter FullyQualifiedName!~Bots