Skip to content

Fix hover bleeding through popups and windows #32

Fix hover bleeding through popups and windows

Fix hover bleeding through popups and windows #32

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Restore dependencies
run: dotnet restore Clay.slnx
- name: Build
run: dotnet build Clay.slnx --no-restore
- name: Test
run: dotnet test Clay.slnx --no-build --verbosity normal