Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Jan 23, 2025
1 parent ac05c60 commit 398b8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/launchable/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ runs:
--flavor test_opts=${test_opts} \
--test-suite ${test_spec_test_suite} \
> "${test_spec_session_file}"
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}"
launchable subset \
--non-blocking \
--target 90% \
Expand Down

0 comments on commit 398b8d9

Please sign in to comment.