@@ -220,9 +220,6 @@ runs:
220220 test_all_report_file : ${{ steps.global.outputs.test_all_report_file }}
221221 btest_report_file : ${{ steps.global.outputs.btest_report_file }}
222222 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 }}
226223
227224 - name : Variables to report Launchable
228225 id : variables
@@ -288,9 +285,6 @@ runs:
288285 rm -f "${test_report_path}"
289286 rm -f "${btest_report_path}"
290287 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}"
294288 if : ${{ always() && steps.enable-launchable.outputs.enable-launchable }}
295289 env :
296290 test_report_path : ${{ steps.variables.outputs.test_report_path }}
@@ -302,6 +296,3 @@ runs:
302296 test_all_session_file : ${{ steps.global.outputs.test_all_session_file }}
303297 btest_session_file : ${{ steps.global.outputs.btest_session_file }}
304298 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