We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e43ffd commit 059df05Copy full SHA for 059df05
codebuild/py312/decrypt_hkeyring_with_net.yml
@@ -21,7 +21,6 @@ phases:
21
# Download previously generated vectors
22
- aws s3 cp s3://generated-vectors-artifacts-bucket/$CODEBUILD_RESOLVED_SOURCE_VERSION/312_hkeyring_manifest.zip 312_hkeyring_manifest.zip
23
- unzip 312_hkeyring_manifest.zip
24
- - export DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH="${PWD}/312_hkeyring_manifest/manifest.json"
25
- ls 312_hkeyring_manifest/
26
- cat 312_hkeyring_manifest/keys.json
27
- pwd
@@ -42,4 +41,4 @@ phases:
42
41
43
build:
44
commands:
45
- - dotnet test --framework net6.0
+ - DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH="${PWD}/312_hkeyring_manifest/manifest.json" dotnet test --framework net6.0
0 commit comments