refactor(dev): simplify local dev workflow #6339
e2e-test.yml
on: pull_request
detect-changes
7s
Matrix: build
Matrix: e2e-test
Notify on failure
0s
Annotations
14 errors, 42 warnings, and 17 notices
|
|
|
|
|
typescript(TS2613):
example/__tests__/App.test.tsx#L8
Module '"/home/runner/work/_temp/vite-plus-ecosystem-ci/rollipop/example/App"' has no default export. Did you mean to use 'import { App } from "/home/runner/work/_temp/vite-plus-ecosystem-ci/rollipop/example/App"' instead?
|
|
vitest(require-mock-type-parameters):
test/unit/app/utils/charts.spec.ts#L1200
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/unit/app/utils/charts.spec.ts#L1198
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/unit/app/utils/charts.spec.ts#L1197
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/unit/app/utils/charts.spec.ts#L1162
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/unit/app/utils/charts.spec.ts#L989
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/unit/app/utils/charts.spec.ts#L904
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/unit/app/utils/charts.spec.ts#L110
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/unit/app/utils/charts.spec.ts#L88
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/unit/app/utils/charts.spec.ts#L49
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/unit/shared/utils/async.spec.ts#L52
Missing type parameters on mock function call
|
|
typescript(TS2613):
example/__tests__/App.test.tsx#L8
Module '"D:/a/_temp/vite-plus-ecosystem-ci/rollipop/example/App"' has no default export. Did you mean to use 'import { App } from "D:/a/_temp/vite-plus-ecosystem-ci/rollipop/example/App"' instead?
|
|
unicorn(no-unnecessary-await):
packages/pinia/__tests__/subscriptions.spec.ts#L171
Unexpected `await` on a non-Promise value
|
|
typescript(no-redundant-type-constituents):
plugins/auth-oauth2/src/index.ts#L604
'JsonPrimitive' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(await-thenable):
src-web/components/Sidebar.tsx#L313
Unexpected iterable of non-Promise (non-"Thenable") values passed to promise aggregator.
|
|
typescript(no-redundant-type-constituents):
plugins/importer-insomnia/src/v5.ts#L249
'PartialImportResources' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/importer-insomnia/src/v5.ts#L242
'PartialImportResources' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/importer-openapi/src/index.ts#L16
'ImportPluginResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/importer-postman/src/index.ts#L38
'ImportPluginResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/importer-postman-environment/src/index.ts#L28
'ImportPluginResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/template-function-response/src/index.ts#L329
'HttpResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/template-function-response/src/index.ts#L308
'HttpResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/template-function-response/src/index.ts#L294
'HttpResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L73
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L72
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L68
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L67
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L63
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L59
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L55
Require a message for "toThrow".
|
|
vitest(require-mock-type-parameters):
src/integrations/orpc/services/jobs.test.ts#L9
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
src/integrations/orpc/services/jobs.test.ts#L8
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
src/integrations/jobs/providers/jsearch.test.ts#L7
Missing type parameters on mock function call
|
|
unicorn(no-unnecessary-await):
packages/pinia/__tests__/subscriptions.spec.ts#L171
Unexpected `await` on a non-Promise value
|
|
eslint(no-underscore-dangle):
server/utils/docs/client.ts#L107
Unexpected dangling '_' in '`_data`'.
|
|
eslint(no-underscore-dangle):
server/plugins/payload-cache.ts#L141
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
|
|
eslint(no-underscore-dangle):
server/plugins/payload-cache.ts#L135
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
|
|
unicorn(consistent-function-scoping):
app/composables/useStructuredFilters.ts#L154
Function `comparePackages` does not capture any variables from its parent scope
|
|
unicorn(consistent-function-scoping):
app/composables/useStructuredFilters.ts#L154
Function `matchesUpdatedWithin` does not capture any variables from its parent scope
|
|
unicorn(consistent-function-scoping):
app/composables/useStructuredFilters.ts#L154
Function `matchesDownloadRange` does not capture any variables from its parent scope
|
|
eslint(no-underscore-dangle):
cli/src/server.ts#L15
Unexpected dangling '_' in '`_endpointCheck`'.
|
|
eslint(no-underscore-dangle):
server/api/github/contributors-evolution/[owner]/[repo].get.ts#L44
Unexpected dangling '_' in '`_data`'.
|
|
eslint(no-underscore-dangle):
server/api/github/contributors-evolution/[owner]/[repo].get.ts#L44
Unexpected dangling '_' in '`_data`'.
|
|
eslint(no-underscore-dangle):
cli/src/mock-app.ts#L19
Unexpected dangling '_' in '`_endpointCheck`'.
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L73
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L72
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L68
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L67
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L63
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L59
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L55
Require a message for "toThrow".
|
|
vitest(require-mock-type-parameters):
src/integrations/orpc/services/jobs.test.ts#L9
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
src/integrations/orpc/services/jobs.test.ts#L8
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
src/integrations/jobs/providers/jsearch.test.ts#L7
Missing type parameters on mock function call
|
|
Build vite-plus packages (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vite-plus-vitest-global-type-minimal-repro E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vite-plus-vitest-type-aug E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vue-mini E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vite-plus-monorepo-overrides E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
oxlint-plugin-complexity E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
viteplus-ws-repro E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
tanstack-start-helloworld E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vp-config E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vite-plus-jest-dom-repro E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vite-vue-vercel E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vitepress E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vibe-dashboard E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
reactive-resume E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
rollipop E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vitest-playwright-repro E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
bun-vite-template E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
rolldown-binaries
|
8.43 MB |
sha256:bc36504cbeea87b8046d01d9129f5f393a20a4ce7799a7fba858c07f82625227
|
|
|
vite-plus-packages-ubuntu-latest
|
25.4 MB |
sha256:cd33c4045e86d03c4cd4e86eaaba445d2ef5e90d90059794338bfa990f59edf3
|
|
|
vite-plus-packages-windows-latest
|
32.5 MB |
sha256:ed3735a7e664c3a6032f18d6e3eded9f54cbfc6567b0382c9b7f07c425d9d3a2
|
|