Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
joofio committed Oct 9, 2023
1 parent ba91d9f commit 474ab21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ 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 || true
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



- name: Archive production artifacts
uses: actions/upload-artifact@v3
if: true
with:
name: validation-report
path: data-validation-compact.html
Expand Down

0 comments on commit 474ab21

Please sign in to comment.