@@ -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
@@ -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]"