Skip to content

Commit 398b8d9

Browse files
committed
fix
1 parent ac05c60 commit 398b8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ runs:
201201
--flavor test_opts=${test_opts} \
202202
--test-suite ${test_spec_test_suite} \
203203
> "${test_spec_session_file}"
204-
find spec -name "*_spec.rb" | sed 's|^|file=|' > "${test_spec_subset_input_file}"
204+
find spec/ruby -name "*_spec.rb" | sed 's|^|file=|' > "${test_spec_subset_input_file}"
205205
launchable subset \
206206
--non-blocking \
207207
--target 90% \

0 commit comments

Comments
 (0)