Skip to content

Upgrade settings on startup #33

Upgrade settings on startup

Upgrade settings on startup #33

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: 7.0.x
- name: Run Unit Tests
run: dotnet test src\HUDMerger.sln