You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create fresh GitHub Actions CI build validation workflows for all 5 languages in the repo. This replaces the stale PR #61 which was closed because its branch referenced old directory names that no longer exist on main.
Requirements
Create one workflow per language, each validating compilation of all samples for that language:
Summary
Create fresh GitHub Actions CI build validation workflows for all 5 languages in the repo. This replaces the stale PR #61 which was closed because its branch referenced old directory names that no longer exist on main.
Requirements
Create one workflow per language, each validating compilation of all samples for that language:
Workflows needed:
osql-vector-search-typescript,
osql-create-index-typescript\
osql-vector-search-dotnet\
osql-vector-search-go\
osql-vector-search-java\ — this was missing from PR Add CI build validation workflows for all languages #61
osql-vector-search-python\
Each workflow must:
osql-\ directory names (NOT the old \mongo-vcore-\ names)
Background