File tree 5 files changed +10
-5
lines changed
5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 94
94
${ARG_TASKS:+"-t" "$ARG_TASKS"} \
95
95
${ARG_ARGS:+"-a" "$ARG_ARGS"} \
96
96
${ARG_GE_URL:+"-s" "$ARG_GE_URL"} \
97
- ${ARG_GE_ENABLE:+"-e"}
97
+ ${ARG_GE_ENABLE:+"-e"} \
98
+ ${RUNNER_DEBUG:+"--debug"}
98
99
99
100
# Set the Build Scan urls as outputs
100
101
RECEIPT_FILE=".data/01-validate-incremental-building/latest/exp1-*.receipt"
Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ runs:
102
102
${ARG_ARGS:+"-a" "$ARG_ARGS"} \
103
103
${ARG_GE_URL:+"-s" "$ARG_GE_URL"} \
104
104
${ARG_GE_ENABLE:+"-e"} \
105
- ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"}
105
+ ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"} \
106
+ ${RUNNER_DEBUG:+"--debug"}
106
107
107
108
# Set the Build Scan urls as outputs
108
109
RECEIPT_FILE=".data/02-validate-local-build-caching-same-location/latest/exp2-*.receipt"
Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ runs:
102
102
${ARG_ARGS:+"-a" "$ARG_ARGS"} \
103
103
${ARG_GE_URL:+"-s" "$ARG_GE_URL"} \
104
104
${ARG_GE_ENABLE:+"-e"} \
105
- ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"}
105
+ ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"} \
106
+ ${RUNNER_DEBUG:+"--debug"}
106
107
107
108
# Set the Build Scan urls as outputs
108
109
RECEIPT_FILE=".data/03-validate-local-build-caching-different-locations/latest/exp3-*.receipt"
Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ runs:
102
102
${ARG_ARGS:+"-a" "$ARG_ARGS"} \
103
103
${ARG_GE_URL:+"-s" "$ARG_GE_URL"} \
104
104
${ARG_GE_ENABLE:+"-e"} \
105
- ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"}
105
+ ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"} \
106
+ ${RUNNER_DEBUG:+"--debug"}
106
107
107
108
# Set the Build Scan urls as outputs
108
109
RECEIPT_FILE=".data/01-validate-local-build-caching-same-location/latest/exp1-*.receipt"
Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ runs:
102
102
${ARG_ARGS:+"-a" "$ARG_ARGS"} \
103
103
${ARG_GE_URL:+"-s" "$ARG_GE_URL"} \
104
104
${ARG_GE_ENABLE:+"-e"} \
105
- ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"}
105
+ ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"} \
106
+ ${RUNNER_DEBUG:+"--debug"}
106
107
107
108
# Set the Build Scan urls as outputs
108
109
RECEIPT_FILE=".data/02-validate-local-build-caching-different-locations/latest/exp2-*.receipt"
You can’t perform that action at this time.
0 commit comments