[eas-cli] [ENG-10146] Allow submission of builds in progress #7267
Annotations
1 error and 12 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
packages/eas-cli/src/submit/__tests__/ArchiveSource-test.ts#L289
Replace `.mocked(promptAsync)` with `⏎······.mocked(promptAsync)⏎······`
|
packages/eas-cli/src/submit/__tests__/ArchiveSource-test.ts#L311
Replace `MOCK_IN_PROGRESS_BUILD_FRAGMENT·as·BuildFragment,·MOCK_BUILD_FRAGMENT·as·BuildFragment` with `⏎········MOCK_IN_PROGRESS_BUILD_FRAGMENT·as·BuildFragment,⏎········MOCK_BUILD_FRAGMENT·as·BuildFragment,⏎······`
|
packages/eas-cli/src/submit/utils/__tests__/builds-test.ts#L1
There should be at least one empty line between import groups
|
packages/eas-cli/src/submit/utils/__tests__/builds-test.ts#L1
`../builds` import should occur after import of `../../../commandUtils/context/contextUtils/createGraphqlClient`
|
packages/eas-cli/src/submit/utils/__tests__/builds-test.ts#L2
There should be at least one empty line between import groups
|
packages/eas-cli/src/submit/utils/__tests__/builds-test.ts#L3
`../../../graphql/generated` import should occur after import of `../../../commandUtils/context/contextUtils/createGraphqlClient`
|
packages/eas-cli/src/submit/utils/__tests__/builds-test.ts#L3
Replace `·AppPlatform,·BuildFragment,·BuildStatus,·SubmissionArchiveSourceType·` with `⏎··AppPlatform,⏎··BuildFragment,⏎··BuildStatus,⏎··SubmissionArchiveSourceType,⏎`
|
packages/eas-cli/src/submit/utils/__tests__/builds-test.ts#L4
`../../../graphql/queries/BuildQuery` import should occur after import of `../../../commandUtils/context/contextUtils/createGraphqlClient`
|
packages/eas-cli/src/submit/utils/__tests__/builds-test.ts#L4
Replace `"../../../graphql/queries/BuildQuery"` with `'../../../graphql/queries/BuildQuery'`
|
This job failed
Loading