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 d10da94 commit 00fa9be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
with:
version: '${{ matrix.fhir-version }}'

- name: 'Install FHIR validator'
uses: ./.github/actions/load-fhir-validator
# - name: 'Install FHIR validator'
# uses: ./.github/actions/load-fhir-validator

- name: 'Install PHP'
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -123,11 +123,11 @@ jobs:
run: |
./bin/generate.sh --useExisting --versions '${{ matrix.fhir-version }}'
- name: 'Install Java'
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 18
# - name: 'Install Java'
# uses: actions/setup-java@v4
# with:
# distribution: 'zulu'
# java-version: 18

- name: 'Run tests'
# language=sh
Expand Down

0 comments on commit 00fa9be

Please sign in to comment.