Login workflow resolution for develop-postgres API #4137
pull-request.yml
on: pull_request
Performs linting, formatting, type-checking, checking for different source and target branch
1m 5s
Check for eslint-disable
10s
Check for code coverage disable
11s
Checks if sensitive files have been changed without authorization
0s
Checks if number of files changed is acceptable
6s
Check Target Branch
0s
Check Python Code Style
15s
Check if Talawa Admin app starts (No Docker)
0s
Check if Talawa Admin app starts in Docker
0s
Validate CodeRabbit Approval
0s
Annotations
5 errors and 10 warnings
src/screens/UserPortal/Settings/Settings.spec.tsx > Testing Settings Screen [User Portal] > resetChangesBtn works properly:
src/screens/UserPortal/Settings/Settings.tsx#L242
TypeError: Cannot destructure property 'firstName' of '((cov_2b6w8cafdy(...).s[55]++) , data.checkAuth)' as it is undefined.
❯ src/screens/UserPortal/Settings/Settings.tsx:242:11
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom.development.js:23189:26
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom.development.js:24970:11
❯ commitPassiveMountEffects_complete node_modules/react-dom/cjs/react-dom.development.js:24930:9
❯ commitPassiveMountEffects_begin node_modules/react-dom/cjs/react-dom.development.js:24917:7
❯ commitPassiveMountEffects node_modules/react-dom/cjs/react-dom.development.js:24905:3
❯ flushPassiveEffectsImpl node_modules/react-dom/cjs/react-dom.development.js:27078:3
❯ flushPassiveEffects node_modules/react-dom/cjs/react-dom.development.js:27023:14
❯ commitRootImpl node_modules/react-dom/cjs/react-dom.development.js:26974:5
❯ commitRoot node_modules/react-dom/cjs/react-dom.development.js:26721:5
|
src/screens/UserPortal/Settings/Settings.spec.tsx > Testing Settings Screen [User Portal] > renders events attended card correctly with events:
src/screens/UserPortal/Settings/Settings.tsx#L242
TypeError: Cannot destructure property 'firstName' of '((cov_2b6w8cafdy(...).s[55]++) , data.checkAuth)' as it is undefined.
❯ src/screens/UserPortal/Settings/Settings.tsx:242:11
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom.development.js:23189:26
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom.development.js:24970:11
❯ commitPassiveMountEffects_complete node_modules/react-dom/cjs/react-dom.development.js:24930:9
❯ commitPassiveMountEffects_begin node_modules/react-dom/cjs/react-dom.development.js:24917:7
❯ commitPassiveMountEffects node_modules/react-dom/cjs/react-dom.development.js:24905:3
❯ flushPassiveEffectsImpl node_modules/react-dom/cjs/react-dom.development.js:27078:3
❯ flushPassiveEffects node_modules/react-dom/cjs/react-dom.development.js:27023:14
❯ commitRootImpl node_modules/react-dom/cjs/react-dom.development.js:26974:5
❯ commitRoot node_modules/react-dom/cjs/react-dom.development.js:26721:5
|
src/screens/UserPortal/Settings/Settings.spec.tsx > should update user profile successfully:
src/screens/UserPortal/Settings/Settings.tsx#L242
TypeError: Cannot destructure property 'firstName' of '((cov_2b6w8cafdy(...).s[55]++) , data.checkAuth)' as it is undefined.
❯ src/screens/UserPortal/Settings/Settings.tsx:242:11
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom.development.js:23189:26
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom.development.js:24970:11
❯ commitPassiveMountEffects_complete node_modules/react-dom/cjs/react-dom.development.js:24930:9
❯ commitPassiveMountEffects_begin node_modules/react-dom/cjs/react-dom.development.js:24917:7
❯ commitPassiveMountEffects node_modules/react-dom/cjs/react-dom.development.js:24905:3
❯ flushPassiveEffectsImpl node_modules/react-dom/cjs/react-dom.development.js:27078:3
❯ flushPassiveEffects node_modules/react-dom/cjs/react-dom.development.js:27023:14
❯ commitRootImpl node_modules/react-dom/cjs/react-dom.development.js:26974:5
❯ commitRoot node_modules/react-dom/cjs/react-dom.development.js:26721:5
|
src/screens/UserPortal/Settings/Settings.spec.tsx > should call errorHandler when updating profile with an invalid phone number:
src/screens/UserPortal/Settings/Settings.tsx#L242
TypeError: Cannot destructure property 'firstName' of '((cov_2b6w8cafdy(...).s[55]++) , data.checkAuth)' as it is undefined.
❯ src/screens/UserPortal/Settings/Settings.tsx:242:11
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom.development.js:23189:26
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom.development.js:24970:11
❯ commitPassiveMountEffects_complete node_modules/react-dom/cjs/react-dom.development.js:24930:9
❯ commitPassiveMountEffects_begin node_modules/react-dom/cjs/react-dom.development.js:24917:7
❯ commitPassiveMountEffects node_modules/react-dom/cjs/react-dom.development.js:24905:3
❯ flushPassiveEffectsImpl node_modules/react-dom/cjs/react-dom.development.js:27078:3
❯ flushPassiveEffects node_modules/react-dom/cjs/react-dom.development.js:27023:14
❯ commitRootImpl node_modules/react-dom/cjs/react-dom.development.js:26974:5
❯ commitRoot node_modules/react-dom/cjs/react-dom.development.js:26721:5
|
Test Application
Process completed with exit code 1.
|
Check Target Branch
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Checks if number of files changed is acceptable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check for code coverage disable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check for eslint-disable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Performs linting, formatting, type-checking, checking for different source and target branch
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
|
|
Check Python Code Style
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Application
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|