Skip to content

Commit

Permalink
woob
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Sep 6, 2024
1 parent 8fd2f14 commit 18ac1fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/db-changes-var1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ jobs:
- name: Confirm schema is correct
run: |
psql -h localhost -U postgres -d postgres -c "\dt public.* gps.*" # List all tables
psql -h localhost -U postgres -d postgres -c "\dt public.*"
psql -h localhost -U postgres -d postgres -c "\dt gps.*"
env:
PGPASSWORD: postgres

# - name: Add new alembic script to PR
# id: add-alembic-script-to-new-branch
# uses: stefanzweifel/git-auto-commit-action@v5
- name: Add new alembic script to PR
id: add-alembic-script-to-new-branch
uses: stefanzweifel/git-auto-commit-action@v5


0 comments on commit 18ac1fc

Please sign in to comment.