Check stdout and stderr

This commit is contained in:
Alexander Artemenko 2021-02-06 22:57:39 +03:00
parent 6b3dca4735
commit 9a40857292

View file

@ -170,6 +170,13 @@ runs:
echo "TRACE 1"
# OUTPUT_DIR=`build-docs ${{ inputs.asdf-system }}`
set -x
ls -l /dev/stdout
ls -l /dev/stderr
set +x
build-docs ${{ inputs.asdf-system }} > build-docs.out 2> build-docs.err
# echo "TRACE 1_1"