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 16, 2024
1 parent 1f47694 commit a90a781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Label used to access the service container
postgres:
# Docker Hub image
image: postgres:12.5-alpine
image: postgres:16.2-alpine
# Provide the password for postgres
env:
POSTGRES_USER: postgres
Expand All @@ -46,7 +46,6 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of sonarcloud analysis

- name: Install dependencies
# copy postgis.control: postgis installation on Github doesn't put this file in the expected location
run: |
sudo apt-get install -qq postgis
Expand Down

0 comments on commit a90a781

Please sign in to comment.