Skip to content

Updated README.md

Updated README.md #327

Workflow file for this run

name: .NET Core
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.x'
- name: Test
run: sudo bash build.sh -t RunTests