File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -831,3 +831,19 @@ runs:
831831 INPUT_JAVA_VALIDATION_ENABLED : ${{ inputs.JAVA_VALIDATION_ENABLED }}
832832 INPUT_EXPECTED_FAILS : ${{ inputs.EXPECTED_FAILS }}
833833 INPUT_JAVA_VALIDATION_OPTIONS : ${{ inputs.JAVA_VALIDATION_OPTIONS }}
834+
835+ # --------------------------------------------------------------------------------------------------- #
836+ # Post-processing #
837+ # --------------------------------------------------------------------------------------------------- #
838+
839+ - name : Re-run SUSHI to restore conformance resources after slicing modification
840+ run : |
841+ if $CLOSE_SLICING_FOR_VALIDATION && $INPUT_SUSHI_ENABLED; then
842+ echo "Re-running SUSHI to restore conformance resources after closing slicing for validation ..."
843+ sushi $INPUT_SUSHI_OPTIONS
844+ fi
845+ shell : bash
846+ env :
847+ CLOSE_SLICING_FOR_VALIDATION : ${{ inputs.CLOSE_SLICING_FOR_VALIDATION }}
848+ INPUT_SUSHI_ENABLED : ${{ inputs.SUSHI_ENABLED }}
849+ INPUT_SUSHI_OPTIONS : ${{ inputs.SUSHI_OPTIONS }}
You can’t perform that action at this time.
0 commit comments