Skip to content

Commit 7647ec3

Browse files
BlackyDrumCodeWithKyrian
authored andcommitted
Update test.yml
1 parent 2499636 commit 7647ec3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@ jobs:
1616

1717
services:
1818
chroma-wo-auth:
19-
image: chromadb/chroma:0.5.0
19+
image: chromadb/chroma:1.0.8
2020
ports:
2121
- 8000:8000
2222

2323
chroma-w-auth:
24-
image: chromadb/chroma:0.5.0
24+
image: chromadb/chroma:1.0.8
2525
ports:
2626
- 8001:8000
2727
env:
2828
CHROMA_SERVER_AUTHN_CREDENTIALS: 'test-token'
2929
CHROMA_SERVER_AUTHN_PROVIDER: 'chromadb.auth.token_authn.TokenAuthenticationServerProvider'
30+
CHROMA_AUTH_TOKEN_TRANSPORT_HEADER: 'Authorization'
3031

3132
steps:
3233
- name: Checkout

0 commit comments

Comments
 (0)