We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2d0f0 commit a9efb5eCopy full SHA for a9efb5e
buildspec.yml
@@ -9,6 +9,8 @@ batch:
9
image: aws/codebuild/standard:5.0
10
- identifier: testNodejs12
11
buildspec: codebuild/nodejs12.yml
12
+ env:
13
+ image: aws/codebuild/standard:5.0
14
- identifier: testNodejs14
15
buildspec: codebuild/nodejs14.yml
16
env:
@@ -23,9 +25,13 @@ batch:
23
25
24
26
- identifier: testVectorsNodejs12
27
buildspec: codebuild/test_vectors/nodejs12.yml
28
29
30
- identifier: testVectorsNodejs14
31
buildspec: codebuild/test_vectors/nodejs14.yml
32
33
34
- identifier: testVectorsBrowser
35
buildspec: codebuild/test_vectors/browser.yml
36
37
0 commit comments