From 784a303c2b322ea24bc75472c84428d0fdfca88e Mon Sep 17 00:00:00 2001 From: Joseph Lukefahr Date: Sun, 13 Oct 2024 18:40:34 -0700 Subject: [PATCH] trying other code checkout paths --- .github/workflows/artifact_validation.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/artifact_validation.yaml b/.github/workflows/artifact_validation.yaml index 4e46d86..f5fb445 100644 --- a/.github/workflows/artifact_validation.yaml +++ b/.github/workflows/artifact_validation.yaml @@ -32,11 +32,14 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + path: ./pqc-certificates - name: Checkout acvts code uses: actions/checkout@v4 with: repository: josephlukefahr/ACVP-Server ref: jwl/versions-in-some-packages + path: ./ACVP-Server - run: apt update && apt install zip unzip - run: mkdir /opt/output - run: /bin/bash /opt/pqc-certificates/src/test_certs_r3_with_acvts.sh /opt/pqc-certificates