forked from hans/Nominatim
CI: use vagrant scripts for import tests
Use vanilla docker images of Ubuntu and leave the setup to the vagrant scripts. Then do the usual import tests. Also fixes a couple of issues found with the scripts
This commit is contained in:
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user