aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-05-13 03:43:32 +0300
committerGitHub <noreply@github.com>2022-05-13 03:43:32 +0300
commit1ab755fb27bcf54d05129f21206b63cc91d8728c (patch)
tree4b33378d6a464480735efb977954a032196c20c0
parent218fd90e83a22cc3b2d8047a23c6d4f2756451b7 (diff)
example \testCases.json'
-rw-r--r--testCases.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/testCases.json b/testCases.json
new file mode 100644
index 0000000..e2dfcab
--- /dev/null
+++ b/testCases.json
@@ -0,0 +1,29 @@
+[
+ {
+ "_id": "go then dotnet",
+ "features": [
+ {
+ "id": "go",
+ "version": "1.17"
+ },
+ {
+ "id": "dotnet",
+ "version": "latest",
+ "runtimeOnly": true
+ }
+ ],
+ "image": "mcr.microsoft.com/vscode/devcontainers/base:focal"
+ },
+ {
+ "_id": "python then jupyter",
+ "features": [
+ {
+ "id": "python"
+ },
+ {
+ "id": "jupyterlab"
+ }
+ ],
+ "image": "mcr.microsoft.com/vscode/devcontainers/base:focal"
+ }
+] \ No newline at end of file