mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
ci: cleanup database prepare step
This commit is contained in:
parent
42dfea376d
commit
20de2d14a0
@ -27,7 +27,6 @@ jobs:
|
||||
- run:
|
||||
name: Prepare database
|
||||
command: |
|
||||
psql -h localhost -p 5432 -U postgres -d test -c 'create extension postgis'
|
||||
psql -h localhost -p 5432 -U postgres -d test -f tests/fixtures/TileBBox.sql
|
||||
psql -h localhost -p 5432 -U postgres -d test -f tests/fixtures/table_source.sql
|
||||
psql -h localhost -p 5432 -U postgres -d test -f tests/fixtures/function_source.sql
|
||||
|
Loading…
Reference in New Issue
Block a user