Skip to content

Fix incorrect compensation for bool with value converter in CASE. (#3… #14237

Fix incorrect compensation for bool with value converter in CASE. (#3…

Fix incorrect compensation for bool with value converter in CASE. (#3… #14237

Workflow file for this run

name: Test Cosmos
on:
push:
branches:
- main
- feature/*
- release/*
pull_request:
branches:
- main
- feature/*
- release/*
permissions: {}
jobs:
build:
runs-on: windows-latest
steps:
- name: Start Cosmos Emulator
run: |
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
Start-CosmosDbEmulator -Timeout 540 -NoUI -NoTelemetry -NoFirewall -EnablePreview
- name: Checkout
uses: actions/checkout@v6
- name: Restore
run: restore.cmd
shell: cmd
- name: Test on Cosmos
run: dotnet test test/EFCore.Cosmos.FunctionalTests/EFCore.Cosmos.FunctionalTests.csproj
shell: cmd
- name: Publish Test Results
uses: actions/upload-artifact@v6
if: always()
with:
name: test-results
path: artifacts/log/Debug/*