File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ phases:
46
46
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
47
47
-H "Authorization: token $GITHUB_TOKEN" \
48
48
-H "X-GitHub-Api-Version: 2022-11-28" \
49
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny/actions/runs/8282993634 /artifacts?name=ubuntu-latest_vector_artifact" \
49
+ "https://api.github.com/repos/aws/aws-encryption-sdk-dafny/actions/runs/$MOST_RECENT_RUN_ID /artifacts?name=ubuntu-latest_vector_artifact" \
50
50
| jq '.artifacts[0].archive_download_url')
51
51
- |
52
52
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
@@ -55,13 +55,16 @@ phases:
55
55
-H "Authorization: token $GITHUB_TOKEN" \
56
56
-H "X-GitHub-Api-Version: 2022-11-28" \
57
57
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-latest_test_vector_artifact.zip
58
- - unzip ubuntu-latest_test_vector_artifact
59
58
# This unzips to `net41/`
59
+ - unzip ubuntu-latest_test_vector_artifact
60
+ - ls
60
61
build :
61
62
commands :
62
63
# NOTE: We need to pass the absolute path of the vectors
63
64
- pip install "tox < 4.0"
65
+ - ls
64
66
- cd test_vector_handlers
67
+ - ls
65
68
- |
66
69
tox -- \
67
70
--input ../net41/manifest.json
You can’t perform that action at this time.
0 commit comments