Skip to content

Commit af016e9

Browse files
committed
Add debug outputs
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 5b6b6bf commit af016e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-image-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build and check image sizes
4444
if: steps.changed-dockerfiles.outputs.files != ''
4545
run: |
46-
set -e
46+
set -x
4747
merged_commit=$(git log -1 --format='%H')
4848
echo "### Images size variations" >> $GITHUB_STEP_SUMMARY
4949
while IFS= read -r -d '' dockerfile; do

0 commit comments

Comments
 (0)