Skip to content

Commit

Permalink
ci(unittest): refactor syntax insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Sep 16, 2024
1 parent d759a4a commit 28d7306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Unit-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
psql -U postgres -h localhost -p 5434 raw < tests/fixtures/pokhara.sql
psql -U postgres -h localhost -p 5434 raw < backend/sql/countries.sql
psql -U postgres -h localhost -p 5434 raw < API/data/tables.sql
psql -U postgres -h localhost -p 5434 raw < API/data/hdx.sql
psql -U postgres -h localhost -p 5434 raw < API/data/cron.sql
- name: Install gdal
run: sudo apt-get update && sudo apt-get -y install gdal-bin python3-gdal && sudo apt-get -y autoremove && sudo apt-get clean
Expand Down

0 comments on commit 28d7306

Please sign in to comment.