Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joofio committed Oct 9, 2023
1 parent 66e4436 commit ba91d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:


- name: Run the FHIR validator
run: java -jar validator_cli.jar ./fsh-generated/resources -version 5.0.0 -output data-validation-compact.html -output-style compact -allow-example-urls true -level errors -ig hl7.fhir.uv.emedicinal-product-info -locale en-US
run: java -jar validator_cli.jar ./fsh-generated/resources -version 5.0.0 -output data-validation-compact.html -output-style compact -allow-example-urls true -level errors -ig hl7.fhir.uv.emedicinal-product-info -locale en-US || true



Expand Down

0 comments on commit ba91d9f

Please sign in to comment.