Skip to content

Commit

Permalink
Adding BC automation
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Aug 28, 2024
1 parent 15adb64 commit 4271395
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/artifact_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ jobs:
with:
name: Compatibility_oqs_csv
path: ./output/
bc_validation:
runs-on: ubuntu-latest
container: bcdocker2000/bc_hackathon_pqc
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Test artifacts with BC
run: ./src/test_certs_r3_with_bc.sh
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: Compatibility_bc_csv
path: ./output/
build_results_html:
runs-on: ubuntu-latest
container: ubuntu:latest
Expand Down

0 comments on commit 4271395

Please sign in to comment.