feat: add function object support #4144
Annotations
1 error
|
CMake Workflow
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
background
wait
wait-all
cancel
Loading