@pablobm commented on this pull request.
I have renamed the model to `ModerationZone` and tweaked a couple of things.
> @@ -103,6 +103,10 @@ jobs:
cache: yarn
- name: Install node modules
run: bundle exec bin/yarn install
+ - name: Install packages
+ run: |
+ sudo apt-get -yqq update
+ sudo apt-get -yqq install postgis
This may seem overkill for a lint workflow, but it is necessary. Otherwise we
get this:
```
psql:/home/runner/work/openstreetmap-website/openstreetmap-website/db/structure.sql:37:
ERROR: could not open extension control file
"/usr/share/postgresql/14/extension/postgis.control": No such file or directory
bin/rails aborted!
failed to execute:
psql --set ON_ERROR_STOP=1 --quiet --no-psqlrc --output /dev/null --file
/home/runner/work/openstreetmap-website/openstreetmap-website/db/structure.sql
openstreetmap
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6713#pullrequestreview-3739485225
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/6713/review/[email protected]>_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev