]> git.openstreetmap.org Git - nominatim.git/blobdiff - .github/workflows/ci-tests.yml
CI: use vagrant scripts for import tests
[nominatim.git] / .github / workflows / ci-tests.yml
index 98ff4208187b95b56adf1445c16749e6cecb1671..990f7ad62c001dfa4c7de53af70c1605f39ebfb0 100644 (file)
@@ -4,6 +4,7 @@ on: [ push, pull_request ]
 
 jobs:
     tests:
+        if: False
         strategy:
             matrix:
                 ubuntu: [18, 20]
@@ -120,6 +121,7 @@ jobs:
               if: matrix.ubuntu == 20
 
     import:
+        if: False
         strategy:
             matrix:
                 ubuntu: [18, 20]