We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac05c60 commit 398b8d9Copy full SHA for 398b8d9
.github/actions/launchable/setup/action.yml
@@ -201,7 +201,7 @@ runs:
201
--flavor test_opts=${test_opts} \
202
--test-suite ${test_spec_test_suite} \
203
> "${test_spec_session_file}"
204
- find spec -name "*_spec.rb" | sed 's|^|file=|' > "${test_spec_subset_input_file}"
+ find spec/ruby -name "*_spec.rb" | sed 's|^|file=|' > "${test_spec_subset_input_file}"
205
launchable subset \
206
--non-blocking \
207
--target 90% \
0 commit comments