X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/74a79711e15b86e07ba23527d684037c6e1427ff..479c1575e119d93a0d239fb192ad4ed3d03cad88:/.github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aa31089c5..504bb94ab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,6 @@ jobs: sudo systemctl start postgresql sudo -u postgres createuser -s $(id -un) createdb openstreetmap - psql -f db/functions/functions.sql openstreetmap - name: Configure rails run: | cp config/github.database.yml config/database.yml