Skip to content

Commit

Permalink
fix(ci): add missing extension 'postgis' removed in the previous comm…
Browse files Browse the repository at this point in the history
…it [d97a98c]
  • Loading branch information
danimarinBG committed Jan 9, 2025
1 parent c12e310 commit 250299c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_ud_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Update apt-get and Install PostgreSQL, PostGIS, pgRouting, and pgTAP
run: |
sudo apt-get update
sudo apt-get install -y postgresql-15 postgresql-15-postgis-3 postgresql-15-pgrouting postgresql-15-pgtap
sudo apt-get install -y postgresql-15 postgresql-15-postgis-3 postgresql-15-pgrouting postgresql-15-pgtap postgis
- name: Start PostgreSQL service
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_ws_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Update apt-get and Install PostgreSQL, PostGIS, pgRouting, and pgTAP
run: |
sudo apt-get update
sudo apt-get install -y postgresql-15 postgresql-15-postgis-3 postgresql-15-pgrouting postgresql-15-pgtap
sudo apt-get install -y postgresql-15 postgresql-15-postgis-3 postgresql-15-pgrouting postgresql-15-pgtap postgis
- name: Start PostgreSQL service
run: |
Expand Down

0 comments on commit 250299c

Please sign in to comment.