Skip to content

Update actions to use Node.js 20

Sign in for the full log view
GitHub Actions / Unit Test Results failed Mar 25, 2024 in 0s

2 fail, 557 pass in 1m 46s

    1 files  171 suites   1m 46s ⏱️
559 tests 557 ✔️ 0 💤 2 ❌
560 runs  558 ✔️ 0 💤 2 ❌

Results for commit 712fb2f.

Annotations

Check warning on line 0 in "before all" hook: before for "should stop a plugin"

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

PATCH /api/v1/plugin/stop/:id "before all" hook: before for "should stop a plugin" ("before all" hook: before for "should stop a plugin") failed

apps/server/test-results.xml
Raw output
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/friday/friday/apps/server/test/api/routes/v1/plugin/plguin.stop.test.ts)
    at listOnTimeout (node:internal/timers:573:17)
    at process.processTimers (node:internal/timers:514:7)

Check warning on line 0 in "after all" hook: after for "admin should have access to stop a plugin"

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

PATCH /api/v1/plugin/stop/:id "after all" hook: after for "admin should have access to stop a plugin" ("after all" hook: after for "admin should have access to stop a plugin") failed

apps/server/test-results.xml
Raw output
TypeError: Cannot read properties of undefined (reading 'remove')
    at Context.after (test/api/routes/v1/plugin/plguin.stop.test.ts:2:1579)
    at process.processImmediate (node:internal/timers:478:21)