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 Oct 13, 2023
1 parent a9a1fc4 commit c7a7239
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
run: docker-compose up -d --no-build database_testing vector_database_testing && sleep 5
working-directory: ../core

- name: Run tests
Expand Down

0 comments on commit c7a7239

Please sign in to comment.