Skip to content

Commit

Permalink
Sanity check 🧘‍♀️ 002 : Are .sh files sequential?
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Dec 13, 2023
1 parent 5f96d4f commit 23bef14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
# Specify Database Connection
TILED_TEST_POSTGRESQL_URI: postgresql+asyncpg://postgres:secret@localhost:5432

- name: SANITY CHECK - list contents of table nodes
run: docker exec postgres psql -U postgres -c "SELECT * FROM nodes limit 100;"

- name: Dump sql data into binary format when generator finishes
id: save
if: steps.tiled.conclusion == 'success'
Expand Down
3 changes: 2 additions & 1 deletion scripts/run_tiled.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ set -e

tiled catalog init TILED_TEST_POSTGRESQL_URI
pwd
python scripts/generate_data.py TILED_TEST_POSTGRESQL_URI
python scripts/generate_data.py TILED_TEST_POSTGRESQL_URI
docker exec postgres psql -U postgres -c "SELECT * FROM nodes limit 100;"

0 comments on commit 23bef14

Please sign in to comment.