Skip to content

Commit

Permalink
Create a 2nd results html page for only the automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Jul 21, 2024
1 parent 17e7599 commit 74b5bc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/artifact_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Test artifacts with OQS
## TODO -- actually validate the signature on the TA cert; not just import it.
## replace with `openssl verify -check_ss_sig -CAfile <ca cert> <ee cert>`
run: ./src/test_certs_r3.sh
- name: Save artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion src/test_certs_r3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for providerdir in $(ls -d $inputdir/*/); do
# process certs
zip=${providerdir}$certszipr3
printf "Unziping %s\n" $zip
unzip -o $zip -d "artifacts_certs_r3"
unzip -o $zip -d ${providerdir}"artifacts_certs_r3"

# Start the results CSV file
mkdir -p $outputdir
Expand Down

0 comments on commit 74b5bc1

Please sign in to comment.