Skip to content

test: add remote milvus provider for rag testing #1897

test: add remote milvus provider for rag testing

test: add remote milvus provider for rag testing #1897

name: Build container using the PR
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Pull Request Branch
uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run make build
run: make build