Launchable: Remove unused file names (#12782)

I found file names that were not used anymore. I'm gonna delete them in this PR.
This commit is contained in:
Naoto Ono 2025-02-19 08:48:33 +09:00 committed by GitHub
parent 80a71bfb1c
commit 6e510d78c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
Notes: git 2025-02-18 23:48:50 +00:00
Merged-By: ono-max <onoto1998@gmail.com>

View File

@ -220,9 +220,6 @@ runs:
test_all_report_file: ${{ steps.global.outputs.test_all_report_file }}
btest_report_file: ${{ steps.global.outputs.btest_report_file }}
test_spec_report_dir: ${{ steps.global.outputs.test_spec_report_dir }}
test_all_subset_input_file: ${{ steps.global.outputs.test_all_subset_input_file }}
btest_subset_input_file: ${{ steps.global.outputs.btest_subset_input_file }}
test_spec_subset_input_file: ${{ steps.global.outputs.test_spec_subset_input_file }}
- name: Variables to report Launchable
id: variables
@ -288,9 +285,6 @@ runs:
rm -f "${test_report_path}"
rm -f "${btest_report_path}"
rm -fr "${test_spec_report_path}"
rm -f "${test_all_subset_input_file}"
rm -f "${btest_subset_input_file}"
rm -f "${test_spec_subset_input_file}"
if: ${{ always() && steps.enable-launchable.outputs.enable-launchable }}
env:
test_report_path: ${{ steps.variables.outputs.test_report_path }}
@ -302,6 +296,3 @@ runs:
test_all_session_file: ${{ steps.global.outputs.test_all_session_file }}
btest_session_file: ${{ steps.global.outputs.btest_session_file }}
test_spec_session_file: ${{ steps.global.outputs.test_spec_session_file }}
test_all_subset_input_file: ${{ steps.global.outputs.test_all_subset_input_file }}
btest_subset_input_file: ${{ steps.global.outputs.btest_subset_input_file }}
test_spec_subset_input_file: ${{ steps.global.outputs.test_spec_subset_input_file }}