]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Merge remote-tracking branch 'upstream/pull/3126'
[rails.git] / .github / workflows / tests.yml
index c1fa68072d2a39beefd6474c93557b6d7855c43e..aa31089c51883443eab1a1876ff646f1e7d46c65 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,7 +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: |