Skip to content

Fixed css for ContentDialog #798

Fixed css for ContentDialog

Fixed css for ContentDialog #798

Workflow file for this run

name: app test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Run tests
run: ./build.sh Test