diff --git a/.github/actions/load-fhir-validator/action.yaml b/.github/actions/load-fhir-validator/action.yaml index 03f3c99d..64d4b8f3 100644 --- a/.github/actions/load-fhir-validator/action.yaml +++ b/.github/actions/load-fhir-validator/action.yaml @@ -62,12 +62,3 @@ runs: java -jar '${{ github.workspace }}/bin/validator_cli.jar' -version 4.3.0 java -jar '${{ github.workspace }}/bin/validator_cli.jar' -version 5.0.0 echo '::endgroup::' - - - name: 'Save validator cache' - if: steps.validator-cache.outputs.cache-hit != 'true' && steps.validator-cache.outputs.cache-hit != true - uses: actions/cache/save@v4 - with: - path: | - ${{ github.workspace }}/bin - /home/runner/.fhir - key: '${{ steps.vars.outputs.cache-key }}' \ No newline at end of file diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 17ca3f95..3e060646 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -153,4 +153,4 @@ jobs: - name: 'Run tests' # language=sh run: | - ./vendor/bin/phpunit -c 'phpunit/${{ matrix.fhir-version }}.xml' + ./vendor/bin/phpunit -c 'phpunit/${{ matrix.fhir-version }}.xml' --display-warnings --display-skipped