Skip to content

Commit

Permalink
Fix test action with vector database
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Dec 13, 2023
1 parent c7a7239 commit 51188bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
docker pull ghcr.io/biigle/worker:latest
- name: Start test database
run: docker-compose up -d --no-build database_testing vector_database_testing && sleep 5
run: docker-compose up -d --no-build database_testing && sleep 5
working-directory: ../core

- name: Run tests
Expand Down

0 comments on commit 51188bc

Please sign in to comment.