Skip to content

Improve the initialization by not forcing the window to be on top all the time. #254

Improve the initialization by not forcing the window to be on top all the time.

Improve the initialization by not forcing the window to be on top all the time. #254

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tests:
runs-on: windows-latest
steps:
- name: Git - Checkout
uses: actions/checkout@v2
- name: .NET - Setup
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.x
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Tests
run: dotnet test --no-build --verbosity normal