Skip to content

Commit 9cb1f3a

Browse files
committed
enable command tracing
1 parent ea8bc0a commit 9cb1f3a

File tree

1 file changed

+2
-1
lines changed
  • .github/actions/artifact-size-metrics/utils

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# Exit if non zero exit code or if env var is missing, and enable command tracing
12
setup() {
2-
# Exit if non zero exit code or if env var is missing
33
set -u
44
set -e
5+
set -x
56
}

0 commit comments

Comments
 (0)