Skip to content

Commit 00fa9be

Browse files
committed
find better way to install validator
1 parent d10da94 commit 00fa9be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
with:
7878
version: '${{ matrix.fhir-version }}'
7979

80-
- name: 'Install FHIR validator'
81-
uses: ./.github/actions/load-fhir-validator
80+
# - name: 'Install FHIR validator'
81+
# uses: ./.github/actions/load-fhir-validator
8282

8383
- name: 'Install PHP'
8484
uses: shivammathur/setup-php@v2
@@ -123,11 +123,11 @@ jobs:
123123
run: |
124124
./bin/generate.sh --useExisting --versions '${{ matrix.fhir-version }}'
125125
126-
- name: 'Install Java'
127-
uses: actions/setup-java@v4
128-
with:
129-
distribution: 'zulu'
130-
java-version: 18
126+
# - name: 'Install Java'
127+
# uses: actions/setup-java@v4
128+
# with:
129+
# distribution: 'zulu'
130+
# java-version: 18
131131

132132
- name: 'Run tests'
133133
# language=sh

0 commit comments

Comments
 (0)