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 9e04dbc commit cc30ecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
docker ps -a
docker network ls
docker volume ls
# Add more relevant Docker commands to help debug the issue
docker exec -it postgres psql -U postgres -h localhost -c "SELECT datname FROM pg_database;"
docker exec -it postgres psql -U postgres -h localhost -d qrlew-test -c "\dt"
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit cc30ecd

Please sign in to comment.