aboutsummaryrefslogtreecommitdiff
path: root/test/git/scenarios.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/scenarios.json')
-rw-r--r--test/git/scenarios.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/git/scenarios.json b/test/git/scenarios.json
new file mode 100644
index 0000000..a57bea7
--- /dev/null
+++ b/test/git/scenarios.json
@@ -0,0 +1,11 @@
+{
+ "install_git_from_src": {
+ "image": "ubuntu:focal",
+ "features": {
+ "git": {
+ "version": "latest",
+ "ppa": "false"
+ }
+ }
+ }
+}