Check stdout and stderr
This commit is contained in:
parent
6b3dca4735
commit
9a40857292
1 changed files with 7 additions and 0 deletions
7
.github/actions/build-docs/action.yml
vendored
7
.github/actions/build-docs/action.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue