Skip to content

Commit

Permalink
Remove vector database from test action
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Dec 13, 2023
1 parent cedd684 commit 7eed8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -56,7 +56,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 7eed8b8

Please sign in to comment.