We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10da94 commit 00fa9beCopy full SHA for 00fa9be
.github/workflows/tests.yaml
@@ -77,8 +77,8 @@ jobs:
77
with:
78
version: '${{ matrix.fhir-version }}'
79
80
- - name: 'Install FHIR validator'
81
- uses: ./.github/actions/load-fhir-validator
+# - name: 'Install FHIR validator'
+# uses: ./.github/actions/load-fhir-validator
82
83
- name: 'Install PHP'
84
uses: shivammathur/setup-php@v2
@@ -123,11 +123,11 @@ jobs:
123
run: |
124
./bin/generate.sh --useExisting --versions '${{ matrix.fhir-version }}'
125
126
- - name: 'Install Java'
127
- uses: actions/setup-java@v4
128
- with:
129
- distribution: 'zulu'
130
- java-version: 18
+# - name: 'Install Java'
+# uses: actions/setup-java@v4
+# with:
+# distribution: 'zulu'
+# java-version: 18
131
132
- name: 'Run tests'
133
# language=sh
0 commit comments