Skip to content

Commit

Permalink
ci: test postgis 3
Browse files Browse the repository at this point in the history
  • Loading branch information
r1tsuu committed Nov 8, 2024
1 parent 0fd21f2 commit d942d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
psql "postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:5432/$POSTGRES_DB" -c "CREATE ROLE runner SUPERUSER LOGIN;"
psql "postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:5432/$POSTGRES_DB" -c "SELECT version();"
echo "POSTGRES_URL=postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:5432/$POSTGRES_DB" >> $GITHUB_ENV
sudo apt-get install -y postgresql-14-postgis-3
sudo apt-get install -y postgis postgresql-14-postgis-3-scripts
if: startsWith(matrix.database, 'postgres')

- name: Configure PostgreSQL with custom schema
Expand Down

0 comments on commit d942d8c

Please sign in to comment.