@@ -220,9 +220,6 @@ runs:
220
220
test_all_report_file : ${{ steps.global.outputs.test_all_report_file }}
221
221
btest_report_file : ${{ steps.global.outputs.btest_report_file }}
222
222
test_spec_report_dir : ${{ steps.global.outputs.test_spec_report_dir }}
223
- test_all_subset_input_file : ${{ steps.global.outputs.test_all_subset_input_file }}
224
- btest_subset_input_file : ${{ steps.global.outputs.btest_subset_input_file }}
225
- test_spec_subset_input_file : ${{ steps.global.outputs.test_spec_subset_input_file }}
226
223
227
224
- name : Variables to report Launchable
228
225
id : variables
@@ -288,9 +285,6 @@ runs:
288
285
rm -f "${test_report_path}"
289
286
rm -f "${btest_report_path}"
290
287
rm -fr "${test_spec_report_path}"
291
- rm -f "${test_all_subset_input_file}"
292
- rm -f "${btest_subset_input_file}"
293
- rm -f "${test_spec_subset_input_file}"
294
288
if : ${{ always() && steps.enable-launchable.outputs.enable-launchable }}
295
289
env :
296
290
test_report_path : ${{ steps.variables.outputs.test_report_path }}
@@ -302,6 +296,3 @@ runs:
302
296
test_all_session_file : ${{ steps.global.outputs.test_all_session_file }}
303
297
btest_session_file : ${{ steps.global.outputs.btest_session_file }}
304
298
test_spec_session_file : ${{ steps.global.outputs.test_spec_session_file }}
305
- test_all_subset_input_file : ${{ steps.global.outputs.test_all_subset_input_file }}
306
- btest_subset_input_file : ${{ steps.global.outputs.btest_subset_input_file }}
307
- test_spec_subset_input_file : ${{ steps.global.outputs.test_spec_subset_input_file }}
0 commit comments