Skip to content

Commit

Permalink
Add postgis to CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDoyle-EA committed Apr 23, 2024
1 parent f068c3b commit 88c48c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install -qq postgis postgresql-12-postgis
sudo apt-get install -qq postgis
echo "restarting postgres"
sudo systemctl restart postgresql.service
sleep 30s
sleep 10s
- name: Database migrations
run: |
Expand Down

0 comments on commit 88c48c4

Please sign in to comment.