From 6fb3d74d06357f82a3f7358cd598a605e74b4e4f Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Wed, 1 May 2024 22:01:27 -0500 Subject: [PATCH] find better way to install validator --- .github/workflows/tests.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c4b01a68..b58d8ebd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -42,19 +42,19 @@ jobs: version: '${{ matrix.fhir-version }}' - load-fhir-validator: - runs-on: ubuntu-22.04 - name: 'Download FHIR Validator' - steps: - - uses: actions/checkout@v4 - - - uses: ./.github/actions/load-fhir-validator +# load-fhir-validator: +# runs-on: ubuntu-22.04 +# name: 'Download FHIR Validator' +# steps: +# - uses: actions/checkout@v4 +# +# - uses: ./.github/actions/load-fhir-validator run: runs-on: ubuntu-22.04 needs: - load-fhir-source - - load-fhir-validator +# - load-fhir-validator strategy: fail-fast: false matrix: