Skip to content

Commit

Permalink
ci(CodeBuild): standard:5 for Nodejs12, VectorsNodejs12, VectorsBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony committed Aug 26, 2022
1 parent 7a2d0f0 commit a9efb5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ batch:
image: aws/codebuild/standard:5.0
- identifier: testNodejs12
buildspec: codebuild/nodejs12.yml
env:
image: aws/codebuild/standard:5.0
- identifier: testNodejs14
buildspec: codebuild/nodejs14.yml
env:
Expand All @@ -23,9 +25,13 @@ batch:
image: aws/codebuild/standard:5.0
- identifier: testVectorsNodejs12
buildspec: codebuild/test_vectors/nodejs12.yml
env:
image: aws/codebuild/standard:5.0
- identifier: testVectorsNodejs14
buildspec: codebuild/test_vectors/nodejs14.yml
env:
image: aws/codebuild/standard:5.0
- identifier: testVectorsBrowser
buildspec: codebuild/test_vectors/browser.yml
env:
image: aws/codebuild/standard:5.0

0 comments on commit a9efb5e

Please sign in to comment.