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 311aa0d commit c59f66bCopy full SHA for c59f66b
.github/actions/compilers/entrypoint.sh
@@ -123,7 +123,7 @@ setup_launchable() {
123
--flavor cppflags="${INPUT_CPPFLAGS}" \
124
--test-suite test-spec \
125
> "${builddir}"/${test_spec_session_file} \
126
- spec_opts+=--launchable-test-reports="${test_spec_report_path}" || :
+ && spec_opts+=--launchable-test-reports="${test_spec_report_path}" || :
127
fi
128
}
129
launchable_record_test() {
0 commit comments