File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ phases:
21
21
# Download previously generated vectors
22
22
- aws s3 cp s3://generated-vectors-artifacts-bucket/$CODEBUILD_RESOLVED_SOURCE_VERSION/312_hkeyring_manifest.zip 312_hkeyring_manifest.zip
23
23
- unzip 312_hkeyring_manifest.zip
24
+ - export DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH="${PWD}/312_hkeyring_manifest/manifest.json"
24
25
- ls 312_hkeyring_manifest/
25
26
- cat 312_hkeyring_manifest/keys.json
26
27
- pwd
@@ -33,6 +34,9 @@ phases:
33
34
34
35
# Clone SDK-Dafny repo to get test vectors runner
35
36
- git clone https://github.com/aws/aws-encryption-sdk-dafny.git
37
+ # TODO: Change branch to published when available
38
+ - git checkout lucmcdon/hkeyring-vectors
39
+ - git pull
36
40
37
41
# Change TestVectors to reference the published .NET ESDK
38
42
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib
@@ -41,4 +45,4 @@ phases:
41
45
42
46
build :
43
47
commands :
44
- - DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH="${PWD}/312_hkeyring_manifest/manifest.json" dotnet test --framework net6.0
48
+ - dotnet test --framework net6.0
You can’t perform that action at this time.
0 commit comments