Nuwan Goonasekera 5 лет назад
Родитель
Сommit
4f59697416
2 измененных файлов с 4 добавлено и 2 удалено
  1. 1 1
      .github/workflows/integration.yaml
  2. 3 1
      requirements.txt

+ 1 - 1
.github/workflows/integration.yaml

@@ -41,7 +41,7 @@ jobs:
 
   integration:
     # Name the Job
-    name: Run mock integration tests
+    name: Per-cloud integration tests
     needs: lint
     # Set the type of machine to run on
     runs-on: ubuntu-latest

+ 3 - 1
requirements.txt

@@ -1,2 +1,4 @@
-git+https://github.com/spulec/moto
+# needed by moto
+sshpubkeys
+git+https://github.com/CloudVE/moto@fix_unknown_instance_type
 -e ".[dev]"