Skip to content

Commit

Permalink
find better way to install validator
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed May 2, 2024
1 parent 00fa9be commit 6fb3d74
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6fb3d74

Please sign in to comment.