Skip to content

Commit

Permalink
Do something superflous to trigger CI 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Nov 29, 2023
1 parent 7621920 commit 56c9798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/build_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ docker run --name tiled-test-postgres -p 5432:5432 -e POSTGRES_PASSWORD=secret -
tiled catalog init postgresql+asyncpg://postgres:secret@localhost:5432
TILED_TEST_POSTGRESQL_URI="postgresql+asyncpg://postgres:secret@localhost:5432" pytest tiled/_tests/test_catalog.py::test_metadata_index_is_used
docker stop tiled-test-postgres
docker commit --change "Insert tiled test data" tiled-test-postgres bluesky/tiled-test-db:0.0.1
docker commit --change "Insert tiled test data" tiled-test-postgres bluesky/tiled-test-db:0.0.1

0 comments on commit 56c9798

Please sign in to comment.