Skip to content

Commit 850281f

Browse files
committed
dev: shorter integ test labels
1 parent fbb1047 commit 850281f

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.vscode/tasks.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "2.0.0",
33
"tasks": [
44
{
5-
"label": "test-integ-provider-aws",
5+
"label": "aws",
66
"type": "shell",
77
"command": "nix develop -c -- task test-integ-provider-aws",
88
"group": "none",
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
{
15-
"label": "test-integ-provider-azure",
15+
"label": "azure",
1616
"type": "shell",
1717
"command": "nix develop -c -- task test-integ-provider-azure",
1818
"group": "none",
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
{
25-
"label": "test-integ-provider-gcp",
25+
"label": "gcp",
2626
"type": "shell",
2727
"command": "nix develop -c -- task test-integ-provider-gcp",
2828
"group": "none",
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
{
35-
"label": "test-integ-provider-paperspace",
35+
"label": "paperspace",
3636
"type": "shell",
3737
"command": "nix develop -c -- task test-integ-provider-paperspace",
3838
"group": "none",
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
{
45-
"label": "test-integ-provider-scaleway",
45+
"label": "scaleway",
4646
"type": "shell",
4747
"command": "nix develop -c -- task test-integ-provider-scaleway",
4848
"group": "none",
@@ -52,7 +52,7 @@
5252
}
5353
},
5454
{
55-
"label": "test-integ-provider-linode",
55+
"label": "linode",
5656
"type": "shell",
5757
"command": "nix develop -c -- task test-integ-provider-linode",
5858
"group": "none",
@@ -62,14 +62,14 @@
6262
}
6363
},
6464
{
65-
"label": "test-integ-provider-all",
65+
"label": "all",
6666
"dependsOn": [
67-
"test-integ-provider-aws",
68-
"test-integ-provider-azure",
69-
"test-integ-provider-gcp",
70-
"test-integ-provider-paperspace",
71-
"test-integ-provider-scaleway",
72-
"test-integ-provider-linode"
67+
"aws",
68+
"azure",
69+
"gcp",
70+
"paperspace",
71+
"scaleway",
72+
"linode"
7373
],
7474
"group": "none",
7575
"presentation": {

0 commit comments

Comments
 (0)