Skip to content

Commit

Permalink
Update .github/workflows/test_and_publish.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Berchet <adrien.berchet@gmail.com>
  • Loading branch information
sdp5 and adrien-berchet committed Apr 23, 2024
1 parent a7637c3 commit 32f3886
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
# Add PostGIS extension to "gis" database
psql -h localhost -p 5432 -U gis -d gis -c 'CREATE EXTENSION IF NOT EXISTS postgis SCHEMA public;'
# Drop PostGIS Tiger Geocoder extension to "gis" database
psql -h localhost -p 5432 -U gis -d gis -c 'DROP EXTENSION IF EXISTS postgis_tiger_geocoder CASCADE;'
# Add PostGISRaster extension to "gis" database
psql -h localhost -p 5432 -U gis -d gis -c 'CREATE EXTENSION IF NOT EXISTS postgis_raster SCHEMA public;'
Expand Down

0 comments on commit 32f3886

Please sign in to comment.