Skip to content

Commit

Permalink
trying remove superfluous steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Lukefahr committed Oct 14, 2024
1 parent cbd258d commit f1c265d
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/artifact_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,13 @@ jobs:
ref: jwl/versions-in-some-packages
path: ./ACVP-Server
- run: apt update && apt install zip unzip
- run: mkdir /opt/output
- run: mkdir ./output
- run: /bin/bash ./pqc-certificates/src/test_certs_r3_with_acvts.sh ./pqc-certificates
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: Compatibility_acvts_csv
path: ./pqc-certificates
- name: Checkout ACVP code
uses: actions/checkout@v4
with:
# I would rather clone the official repo usnistgov/ACVP-Server
# and then have any supporting code here in this pqc-certificates repo.
repository: josephlukefahr/ACVP-Server
path: ./ACVP-Server
- run: apt update && apt install zip unzip
- run: mkdir ./output
- run: /bin/bash ./pqc-certificates/providers/nist-acvts-test/setup_acvts_env.sh ./AVCP-Server
- run: /bin/bash ./pqc-certificates/src/test_certs_r3_with_acvp.sh ./pqc-certificates ./ACVP-Server
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: Compatibility_acvp_csv
path: ./output/

build_results_html:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f1c265d

Please sign in to comment.