Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Aug 18, 2020
1 parent 91c0d84 commit 8b7f40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
sed -i "s/\[IM_VERSION\]/$IM_VERSION/g" ${{inputs.test_dir}}/*.xml
# Run VALID regression tests
valid_exit
valid_exit=0
if ls ${{inputs.test_dir}}/*VALID.xml 1> /dev/null 2>&1 ; then
${{ github.action_path }}/validate.sh "${{inputs.test_dir}}/*VALID.xml" "${{inputs.schemas}} /tmp/${{inputs.pds4_im_version}}/*.xsd" "${{inputs.schematrons}} /tmp/${{inputs.pds4_im_version}}/*.sch" "false"
valid_exit=$?
Expand Down

0 comments on commit 8b7f40a

Please sign in to comment.