Skip to content

Commit

Permalink
adding skipped and warning printing
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Dec 22, 2024
1 parent b391ffd commit 3f4e032
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/actions/load-fhir-validator/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3f4e032

Please sign in to comment.