From 3f4e03233a17c2b87b0b120f71f7350fc74890a7 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Sun, 22 Dec 2024 14:58:43 -0600 Subject: [PATCH] adding skipped and warning printing --- .github/actions/load-fhir-validator/action.yaml | 9 --------- .github/workflows/tests.yaml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) 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