Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Feb 19, 2024
1 parent a51b7a4 commit cda1a45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
if [[ ! "$p" =~ .*/$ ]]; then
p="$p/"
fi
echo "VALIDATION CALL"
echo "java -jar validator_cli.jar $GITHUB_WORKSPACE/$p*.xml $GITHUB_WORKSPACE/$p*.json -version $FHIR_VERSION $INPUT_JAVA_VALIDATION_OPTIONS $IG_DEPENDENCIES $COMBINED_IG_PARAMETERS"
java -jar validator_cli.jar $GITHUB_WORKSPACE/$p*.xml $GITHUB_WORKSPACE/$p*.json -version $FHIR_VERSION $INPUT_JAVA_VALIDATION_OPTIONS $IG_DEPENDENCIES $COMBINED_IG_PARAMETERS
Expand Down

0 comments on commit cda1a45

Please sign in to comment.