From 86d8890e0f9c129bc93e69e3c8a716c53466a39f Mon Sep 17 00:00:00 2001 From: Paul Taladay Date: Fri, 29 Mar 2024 15:22:38 -0700 Subject: [PATCH] Added additional needs --- .github/workflows/fhir-oss-ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fhir-oss-ci-pipeline.yml b/.github/workflows/fhir-oss-ci-pipeline.yml index 4e9d948f46..a4ad7b1dad 100644 --- a/.github/workflows/fhir-oss-ci-pipeline.yml +++ b/.github/workflows/fhir-oss-ci-pipeline.yml @@ -111,7 +111,7 @@ jobs: path: ${{env.outputPath}} packageBuildArtifacts: runs-on: ubuntu-latest - needs: buildAndUnitTest + needs: [setup, buildAndUnitTest] strategy: matrix: fhirSchemaVersion: ["Stu3", "R4", "R4B", "R5"]