Skip to content

Migrate ServerCodeExciserTest to MSTest. #77

Migrate ServerCodeExciserTest to MSTest.

Migrate ServerCodeExciserTest to MSTest. #77

Workflow file for this run

name: ci
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Run tests
run: dotnet test -l "console;verbosity=detailed"