Skip to content

Commit

Permalink
Added e2e tests GH action, with docker compose build
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jun 29, 2024
1 parent 71e2da5 commit aaf566a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
run: |
docker-compose --version
docker images ankane/pgvector:latest
docker run --rm ankane/pgvector:latest ls /usr/local/bin
docker run --rm ankane/pgvector:latest cat /usr/local/bin/docker-entrypoint.sh
- name: Build the stack
run: |
Expand Down

0 comments on commit aaf566a

Please sign in to comment.