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 7746afc commit 71e2da5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,13 @@ jobs:
# uses: ./.github/actions/setvars
# with:
# varFilePath: ./.github/variables/variables.env

- name: Pull latest Docker images
run: docker pull ankane/pgvector:latest


- name: Debugging information
run: |
docker-compose --version
docker images ankane/pgvector:latest
docker run --rm ankane/pgvector:latest ls /usr/local/bin
- name: Build the stack
run: |
Expand Down

0 comments on commit 71e2da5

Please sign in to comment.