8000 Launchable: Remove unused file names (#12782) · github/ruby@6e510d7 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 6e510d7

Browse files
authored
Launchable: Remove unused file names (ruby#12782)
I found file names that were not used anymore 8000 . I'm gonna delete them in this PR.
1 parent 80a71bf commit 6e510d7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/actions/launchable/setup/action.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0