Skip to content

Commit

Permalink
[BUG] Run SysDB Tests in minikube cluster in CI (#1565)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
- Run SysDB Tests in minikube cluster in CI. They were not previously
running.
 - New functionality
	 - None.

## Test plan
*How are these changes tested?*
These are tests
  • Loading branch information
HammadB authored Dec 22, 2023
1 parent 95ad316 commit 9fc442f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chroma-cluster-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
python: ['3.8']
platform: [ubuntu-latest]
testfile: ["chromadb/test/ingest/test_producer_consumer.py",
"chromadb/test/db/test_system.py",
"chromadb/test/segment/distributed/test_memberlist_provider.py",]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 9fc442f

Please sign in to comment.