Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria de sainte agathe committed Nov 7, 2023
1 parent 033ad02 commit 0ec7f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
docker volume ls
CONTAINER_NAME=$(docker ps --filter "ancestor=postgres" --format "{{.Names}}")
echo "Container Name: $CONTAINER_NAME"
docker exec -it "$CONTAINER_NAME" psql -U postgres -h localhost -c "SELECT datname FROM pg_database;"
docker exec -it "$CONTAINER_NAME" psql -U postgres -h localhost -d qrlew-test -c "\dt"
docker exec -i "$CONTAINER_NAME" psql -U postgres -h localhost -c "SELECT datname FROM pg_database;"
docker exec -i "$CONTAINER_NAME" psql -U postgres -h localhost -d qrlew-test -c "\dt"
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 0ec7f9f

Please sign in to comment.