]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Remove tile_for_point SQL functions
[rails.git] / .github / workflows / tests.yml
index c1fa68072d2a39beefd6474c93557b6d7855c43e..504bb94ab9afa8f1593759a7609cfa5388fdc3a4 100644 (file)
@@ -3,7 +3,7 @@ on:
   - push
   - pull_request
 concurrency:
-  group: ${{ github.workflow }}-{{ github.head_ref || github.ref }}
+  group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
   cancel-in-progress: true
 jobs:
   test:
@@ -40,8 +40,6 @@ jobs:
         sudo systemctl start postgresql
         sudo -u postgres createuser -s $(id -un)
         createdb openstreetmap
-        psql -c "CREATE EXTENSION btree_gist" openstreetmap
-        psql -f db/functions/functions.sql openstreetmap
     - name: Configure rails
       run: |
         cp config/github.database.yml config/database.yml