Skip to content

EF-166: Logging for zero results from vector search and other tweaks #17

EF-166: Logging for zero results from vector search and other tweaks

EF-166: Logging for zero results from vector search and other tweaks #17

name: Test Atlas
on:
pull_request:
branches:
- main
- release/*
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup
uses: actions/setup-dotnet@v5
with:
dotnet-version: 9.0.x
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test