Skip to content

fix: LOV field displays the selected item #78

fix: LOV field displays the selected item

fix: LOV field displays the selected item #78

Workflow file for this run

name: CI
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.x'
- run: ./build.cmd Test
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1