fix: pin Docker Build job to Linux runner #458
ci.yml
on: push
Backend Lint
27s
Backend Test (Contract)
1m 57s
Backend Test (Core)
1m 1s
Backend Test (Integration)
56s
Frontend Lint
42s
Frontend Test
34s
Migration Lint
13s
iOS Native AppTests
1m 0s
Frontend Build
38s
E2E Tests (Playwright)
34m 57s
Annotations
2 errors and 22 warnings
|
E2E Tests (Playwright)
Process completed with exit code 1.
|
|
E2E Tests (Playwright)
Process completed with exit code 1.
|
|
Frontend Test
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/
|
|
Frontend Build
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/upload-artifact@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/
|
|
iOS Native AppTests
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/upload-artifact@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/
|
|
Migration Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@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/
|
|
Backend Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@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/
|
|
Backend Test (Integration)
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/upload-artifact@v4, astral-sh/setup-uv@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/
|
|
Frontend Lint
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/
|
|
Frontend Lint:
packages/frontend/src/components/Playlists/DownloadsDetail.tsx#L145
React Hook useCallback has a missing dependency: 'handleRemoveFromDownloads'. Either include it or remove the dependency array
|
|
Frontend Lint:
packages/frontend/src/components/Library/browsers/TrackListBrowser.tsx#L395
React Hook useEffect has missing dependencies: 'allTracks', 'currentTrack', 'filters.album', 'filters.artist', 'filters.energyMax', 'filters.energyMin', 'filters.fx', 'filters.fxMax', 'filters.fxMin', 'filters.fy', 'filters.fyMax', 'filters.fyMin', 'filters.genre', 'filters.search', 'filters.valenceMax', 'filters.valenceMin', 'filters.yearFrom', 'filters.yearTo', 'sortField', and 'sortOrder'. Either include them or remove the dependency array
|
|
Frontend Lint:
packages/frontend/src/components/Library/browsers/TrackListBrowser.tsx#L276
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
|
Frontend Lint:
packages/frontend/src/components/Library/browsers/TrackListBrowser.tsx#L276
React Hook useEffect has missing dependencies: 'loadedPagesRef' and 'virtualizer'. Either include them or remove the dependency array
|
|
Frontend Lint:
packages/frontend/src/components/Library/browsers/EgoMusicMap/EgoMusicMap.tsx#L355
React Hook useCallback has an unnecessary dependency: 'pan'. Either exclude it or remove the dependency array
|
|
Frontend Lint
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
|
Frontend Lint
React Hook useEffect has a missing dependency: 'virtualizer'. Either include it or remove the dependency array
|
|
Frontend Lint
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
|
Frontend Lint
React Hook useEffect has a missing dependency: 'virtualizer'. Either include it or remove the dependency array
|
|
Frontend Lint:
packages/frontend/src/components/AlbumArtwork.tsx#L116
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Backend Test (Core)
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/upload-artifact@v4, astral-sh/setup-uv@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/
|
|
Backend Test (Contract)
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/upload-artifact@v4, astral-sh/setup-uv@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/
|
|
Docker Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3. 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/
|
|
E2E Tests (Playwright)
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/upload-artifact@v4, astral-sh/setup-uv@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/
|
|
E2E Tests (Playwright)
10 test(s) passed only after retry (flaky):
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
frontend-dist
Expired
|
718 KB |
sha256:5f6326de24b0c4c2588782bbb581e5b3b83f23f00dd63edbcab430dedf85da22
|
|
|
frontend-perf-metrics
Expired
|
1.34 KB |
sha256:4f418eaae059e8536dba1c42ceb6db5a86627705ee65568f407730868f00b88e
|
|
|
ios-test-results
Expired
|
6.87 KB |
sha256:3ca7f4cd4d28c59433255f95d8fe4f32e71b005a1f8a4019f9cb3afae967a6d1
|
|
|
playwright-report
Expired
|
40 MB |
sha256:db973898a5c4cd3c3327db5591c366b246b2e8dcb5736dee6f0e832f8dc3b48f
|
|
|
seethroughlab~familiar~6TN88C.dockerbuild
|
110 KB |
sha256:adda85a365380946d8f19a4e7f8ad946eee837b28b9e3bd51a33bf9d6461fa8a
|
|
|
test-results-contract
|
1.62 KB |
sha256:03848fdaa50ea60c1f7bf6fd1e4f1b0476c3f7bc4f6b1daa5ec4c5ec7b2c5412
|
|
|
test-results-core
|
10 KB |
sha256:c4f2aaca6e33cbffdc729c607a34ceb9886e2db2ba3c32238ebecd9986cdbeaf
|
|
|
test-results-integration
|
2.18 KB |
sha256:45523d8010fa3098fabf58454e06f85868943364376c656b293782592575c799
|
|