E2E workflows #8
pr-open.yml
on: pull_request
create-preview-env
/
Create Preview Env
7m 28s
run-unit-tests
/
Lint
1m 30s
run-unit-tests
/
tests
1m 28s
Comment on preview env
6s
Comment on unit test outcome
9s
Comment on test outcome
6s
Annotations
3 errors and 9 warnings
create-preview-env / Create Preview Env
Canceling since a higher priority waiting request for 'preview-env-manage-489' exists
|
create-preview-env / Create Preview Env
The operation was canceled.
|
Comment on test outcome
Error creating status request object: Input 'state' must be one of success | error | failure | pending
|
src/app/App.tsx#L18
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
|
src/features/PassSurvey/model/AlertsExtractor.ts#L211
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/features/TakeNow/ui/ValidateTakeNowParams.tsx#L48
React Hook useEffect has a missing dependency: 'getMultiInformantState'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
|
src/features/TakeNow/ui/ValidateTakeNowParams.tsx#L68
React Hook useEffect has missing dependencies: 'logout' and 'navigate'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
|
src/widgets/LoginWithRedirect/index.tsx#L24
React Hook useEffect has missing dependencies: 'location.pathname' and 'location.search'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
|
run-unit-tests / Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Comment on unit test outcome
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: LoveToKnow/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Comment on test outcome
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: LoveToKnow/[email protected], guibranco/github-status-action-v2@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Comment on test outcome
The following actions uses node12 which is deprecated and will be forced to run on node16: guibranco/github-status-action-v2@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|