Skip to content

Commit 784a303

Browse files
trying other code checkout paths
1 parent cd98cfc commit 784a303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/artifact_validation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,14 @@ jobs:
3232
steps:
3333
- name: Checkout code
3434
uses: actions/checkout@v4
35+
with:
36+
path: ./pqc-certificates
3537
- name: Checkout acvts code
3638
uses: actions/checkout@v4
3739
with:
3840
repository: josephlukefahr/ACVP-Server
3941
ref: jwl/versions-in-some-packages
42+
path: ./ACVP-Server
4043
- run: apt update && apt install zip unzip
4144
- run: mkdir /opt/output
4245
- run: /bin/bash /opt/pqc-certificates/src/test_certs_r3_with_acvts.sh /opt/pqc-certificates

0 commit comments

Comments
 (0)