Skip to content

fix: remove shell from API responses, fix packages/casks overlap #77

fix: remove shell from API responses, fix packages/casks overlap

fix: remove shell from API responses, fix packages/casks overlap #77

Triggered via push March 24, 2026 14:29
Status Failure
Total duration 40s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
check
Process completed with exit code 1.
src/routes/[username]/[slug]/config/server.test.ts > [username]/[slug]/config GET - Visibility Auth > Data parsing > should handle string packages (legacy format): src/routes/[username]/[slug]/config/server.test.ts#L565
AssertionError: expected [ 'git', 'wget' ] to deeply equal [ 'git', 'curl', 'wget' ] - Expected + Received [ "git", - "curl", "wget", ] ❯ src/routes/[username]/[slug]/config/server.test.ts:565:26
src/routes/[username]/[slug]/config/server.test.ts > [username]/[slug]/config GET - Visibility Auth > Data parsing > should handle invalid snapshot JSON gracefully: src/routes/[username]/[slug]/config/server.test.ts#L529
AssertionError: expected undefined to be null - Expected: null + Received: undefined ❯ src/routes/[username]/[slug]/config/server.test.ts:529:23
src/routes/[username]/[slug]/config/server.test.ts > [username]/[slug]/config GET - Visibility Auth > Data parsing > should return null shell when snapshot has no shell: src/routes/[username]/[slug]/config/server.test.ts#L380
AssertionError: expected undefined to be null - Expected: null + Received: undefined ❯ src/routes/[username]/[slug]/config/server.test.ts:380:23
src/routes/[username]/[slug]/config/server.test.ts > [username]/[slug]/config GET - Visibility Auth > Data parsing > should default shell fields when partially present: src/routes/[username]/[slug]/config/server.test.ts#L342
AssertionError: expected undefined to deeply equal { oh_my_zsh: true, theme: '', …(1) } - Expected: { "oh_my_zsh": true, "plugins": [], "theme": "", } + Received: undefined ❯ src/routes/[username]/[slug]/config/server.test.ts:342:23
src/routes/[username]/[slug]/config/server.test.ts > [username]/[slug]/config GET - Visibility Auth > Data parsing > should parse shell config from snapshot: src/routes/[username]/[slug]/config/server.test.ts#L303
AssertionError: expected undefined to deeply equal { oh_my_zsh: true, …(2) } - Expected: { "oh_my_zsh": true, "plugins": [ "git", "zsh-autosuggestions", ], "theme": "powerlevel10k", } + Received: undefined ❯ src/routes/[username]/[slug]/config/server.test.ts:303:23
src/routes/[username]/[slug]/config/server.test.ts > [username]/[slug]/config GET - Visibility Auth > Data parsing > should parse packages correctly: src/routes/[username]/[slug]/config/server.test.ts#L225
AssertionError: expected [ 'git' ] to include 'visual-studio-code' ❯ src/routes/[username]/[slug]/config/server.test.ts:225:26
check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/