Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Priour committed Apr 8, 2024
1 parent 3cfbefe commit d8c4605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ runs:
run: |
mkdir ./validator_cli
cd ${{ inputs.repo_ig}}
java -jar ../validator_cli.jar ./fsh-generated/resources -tx ${{ inputs.termino_server }} -ig ans.annuaire.fhir.r4#0.2.0 -ig hl7.fhir.fr.core#1.1.0 -ig /home/runner/.fhir/packages/nos -recurse -verbose -output-style compact -output ../validator_cli/rapport.html
java -jar ../validator_cli.jar ./fsh-generated/resources -tx ${{ inputs.termino_server }} -ig ans.annuaire.fhir.r4#0.2.0 -ig hl7.fhir.fr.core#1.1.0 -ig ans.fr.nos -recurse -verbose -output-style compact -output ../validator_cli/rapport.html
continue-on-error: true

#Creation de la sortie du validator_cli dans le workflow
Expand Down

0 comments on commit d8c4605

Please sign in to comment.