Refactored CurrentHourIndicator component to use the global CSS file (app.module.css) instead of a component-specific CSS file (CurrentHourIndicator.module.css). #3969
pull-request.yml
on: pull_request
Performs linting, formatting, type-checking, checking for different source and target branch
1m 15s
Check for eslint-disable
7s
Check for code coverage disable
7s
Checks if sensitive files have been changed without authorization
6s
Checks if number of files changed is acceptable
10s
Check Target Branch
0s
Check Python Code Style
16s
Check if Talawa Admin app starts (No Docker)
0s
Check if Talawa Admin app starts in Docker
0s
Validate CodeRabbit Approval
0s
Annotations
2 errors and 8 warnings
Unhandled error:
src/components/OrgPostCard/OrgPostCard.tsx#L121
ReferenceError: window is not defined
❯ Timeout._onTimeout src/components/OrgPostCard/OrgPostCard.tsx:121:3
❯ listOnTimeout node:internal/timers:594:17
❯ processTimers node:internal/timers:529:7
This error originated in "src/components/OrgPostCard/OrgPostCard.spec.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
This error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
- cancel timeouts using clearTimeout and clearInterval
- wait for promises to resolve using the await keyword
|
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 sensitive files have been changed without authorization
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
|
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
|
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
|