Skip to content

Commit

Permalink
Target correct database for upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jan 22, 2024
1 parent db96001 commit 588eb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
set -vxeuo pipefail
tiled catalog upgrade-database sqlite+aiosqlite:///tiled_test_db_sqlite.db
tiled catalog upgrade-database postgresql+asyncpg://postgres:secret@localhost:5432
tiled catalog upgrade-database postgresql+asyncpg://postgres:secret@localhost:5432/tiled-example-data
- name: Test with pytest
shell: bash -l {0}
Expand Down

0 comments on commit 588eb28

Please sign in to comment.