chore: update monorepo tokens #4458
Annotations
2 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/specs/profile/profile.spec.ts#L25
1) [chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details
Test timeout of 30000ms exceeded while running "beforeEach" hook.
23 | }
24 |
> 25 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
26 | await globalPage.setupAndUseApiCalls(extensionId);
27 | await onboardingPage.signInWithTestAccount(extensionId);
28 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:25:8
|
Run Playwright tests:
tests/specs/profile/profile.spec.ts#L25
2) [chromium] › specs/profile/profile.spec.ts:56:7 › Profile updating › should send a signed profile token to gaia
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
23 | }
24 |
> 25 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
26 | await globalPage.setupAndUseApiCalls(extensionId);
27 | await onboardingPage.signInWithTestAccount(extensionId);
28 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:25:8
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
2 flaky
[chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details
[chromium] › specs/profile/profile.spec.ts:56:7 › Profile updating › should send a signed profile token to gaia
8 passed (3.2m)
|
The logs for this run have expired and are no longer available.
Loading