Skip to content

Use CommunityToolkit.Mvvm #55

Use CommunityToolkit.Mvvm

Use CommunityToolkit.Mvvm #55

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Run Unit Tests
run: dotnet test src\HUDMerger.sln