We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd98cfc commit 784a303Copy full SHA for 784a303
.github/workflows/artifact_validation.yaml
@@ -32,11 +32,14 @@ jobs:
32
steps:
33
- name: Checkout code
34
uses: actions/checkout@v4
35
+ with:
36
+ path: ./pqc-certificates
37
- name: Checkout acvts code
38
39
with:
40
repository: josephlukefahr/ACVP-Server
41
ref: jwl/versions-in-some-packages
42
+ path: ./ACVP-Server
43
- run: apt update && apt install zip unzip
44
- run: mkdir /opt/output
45
- run: /bin/bash /opt/pqc-certificates/src/test_certs_r3_with_acvts.sh /opt/pqc-certificates
0 commit comments