File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 9
9
image : aws/codebuild/standard:5.0
10
10
- identifier : testNodejs12
11
11
buildspec : codebuild/nodejs12.yml
12
+ env :
13
+ image : aws/codebuild/standard:5.0
12
14
- identifier : testNodejs14
13
15
buildspec : codebuild/nodejs14.yml
14
16
env :
@@ -19,8 +21,12 @@ batch:
19
21
image : aws/codebuild/standard:5.0
20
22
- identifier : testBrowser
21
23
buildspec : codebuild/browser.yml
24
+ env :
25
+ image : aws/codebuild/standard:5.0
22
26
- identifier : compliance
23
27
buildspec : codebuild/compliance.yml
28
+ env :
29
+ image : aws/codebuild/standard:5.0
24
30
- identifier : testVectorsNodejsLatest
25
31
buildspec : codebuild/test_vectors/nodejs_latest.yml
26
32
env :
29
35
image : aws/codebuild/standard:5.0
30
36
- identifier : testVectorsNodejs12
31
37
buildspec : codebuild/test_vectors/nodejs12.yml
38
+ env :
39
+ image : aws/codebuild/standard:5.0
32
40
- identifier : testVectorsNodejs14
33
41
buildspec : codebuild/test_vectors/nodejs14.yml
34
42
env :
You can’t perform that action at this time.
0 commit comments