Skip to content

Commit

Permalink
2>&1 log
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Jan 16, 2025
1 parent 1f05880 commit bdb732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
to_failed
fi
done
if timeout "$TIMEOUT"m am -i "${{ matrix.file }}" --debug | tee -a results/log-"${{ matrix.file }}"; then
if timeout "$TIMEOUT"m am -i "${{ matrix.file }}" --debug 2>&1 | tee -a results/log-"${{ matrix.file }}"; then
echo ""
echo " Structure of the directory in /opt"
echo ""
Expand Down

0 comments on commit bdb732c

Please sign in to comment.