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:
Sarah Hoffmann
2021-08-21 10:45:22 +02:00
parent 0fabeefc3e
commit 6ebbbfee61
4 changed files with 202 additions and 23 deletions

View 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]