Skip to content

fix: v1 tsconfig decorators #20579

fix: v1 tsconfig decorators

fix: v1 tsconfig decorators #20579

Triggered via pull request April 8, 2024 08:36
@supalarrysupalarry
opened #14454
Status Success
Total duration 14m 34s
Artifacts 13

pr.yml

on: pull_request_target
Detect changes
15s
Detect changes
Production build  /  Build
7m 15s
Production build / Build
Production build (without database)  /  Build
9m 25s
Production build (without database) / Build
Analyze Build  /  ...  /  Build
Analyze Build / Production build / Build
Matrix: E2E App Store tests / e2e-app-store
Matrix: E2E React embeds tests / e2e-embed
Matrix: E2E embeds tests / e2e-embed
Matrix: E2E tests / e2e
Fit to window
Zoom out
Zoom in

Annotations

24 errors, 20 warnings, and 10 notices
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L311
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work page.goto: Navigation interrupted by another one =========================== logs =========================== navigating to "http://lo***host:3000/router?form=cluqplrau0000jxjemjzowy2h&Test%20field=external-redirect", waiting until "load" ============================================================ 309 | }); 310 | > 311 | page.goto(`/router?form=${routingForm.id}&Test field=external-redirect`); | ^ 312 | await page.waitForURL((url) => { 313 | return ( 314 | url.hostname.includes("google.com") && url.searchParams.get("Test field") === "external-redirect" at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:311:12
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work Test timeout of 60000ms exceeded.
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work Pending operations: - page.goto at packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:318:18
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L329
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields page.click: Target closed =========================== logs =========================== waiting for locator('button[type="submit"]') locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Submit</button> attempting click action waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling performing click action ============================================================ 327 | const routingForm = user.routingForms[0]; 328 | await gotoRoutingLink({ page, formId: routingForm.id }); > 329 | page.click('button[type="submit"]'); | ^ 330 | const firstInputMissingValue = await page.evaluate(() => { 331 | return document.querySelectorAll("input")[0].validity.valueMissing; 332 | }); at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:329:12
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields Test timeout of 60000ms exceeded while tearing down "context".
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
3) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route Test timeout of 60000ms exceeded.
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L345
3) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route page.fill: Target closed =========================== logs =========================== waiting for locator('[data-testid="form-field-Test field"]') ============================================================ 343 | 344 | // //event redirect > 345 | await page.fill('[data-testid="form-field-Test field"]', "event-routing"); | ^ 346 | await page.click('[data-testid="test-routing"]'); 347 | let routingType = await page.locator('[data-testid="test-routing-result-type"]').innerText(); 348 | let route = await page.locator('[data-testid="test-routing-result"]').innerText(); at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
3) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route Pending operations: - page.fill at packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members: apps/web/playwright/teams.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members: apps/web/playwright/teams.e2e.ts#L51
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members locator.click: Target closed =========================== logs =========================== waiting for locator('[data-testid="new-member-button"]') ============================================================ 49 | await test.step("Can add members", async () => { 50 | // Click [data-testid="new-member-button"] > 51 | await page.locator('[data-testid="new-member-button"]').click(); | ^ 52 | // Fill [placeholder="email\@example\.com"] 53 | await page.locator('[placeholder="email\\@example\\.com"]').fill(inviteeEmail); 54 | // Click [data-testid="invite-new-member-button"] at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:51:63 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:49:16
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members: apps/web/playwright/teams.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members Pending operations: - locator.click at apps/web/playwright/teams.e2e.ts:51:63
[@calcom/web] › apps/web/playwright/change-username.e2e.ts:53:7 › Change username on settings › User can change username to include periods(or dots): apps/web/playwright/change-username.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/change-username.e2e.ts:53:7 › Change username on settings › User can change username to include periods(or dots) Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/change-username.e2e.ts:53:7 › Change username on settings › User can change username to include periods(or dots): apps/web/playwright/change-username.e2e.ts#L63
1) [@***com/web] › apps/web/playwright/change-username.e2e.ts:53:7 › Change username on settings › User can change username to include periods(or dots) page.click: Target closed =========================== logs =========================== waiting for locator('[data-testid=update-username-btn]') ============================================================ 61 | // User can change username to include dots(or periods) 62 | await usernameInput.fill("demo.username"); > 63 | await page.click("[data-testid=update-username-btn]"); | ^ 64 | await Promise.all([ 65 | page.click("[data-testid=save-username]"), 66 | page.getByTestId("toast-success").waitFor(), at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/change-username.e2e.ts:63:16
[@calcom/web] › apps/web/playwright/change-username.e2e.ts:53:7 › Change username on settings › User can change username to include periods(or dots): apps/web/playwright/change-username.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/change-username.e2e.ts:53:7 › Change username on settings › User can change username to include periods(or dots) Pending operations: - page.click at apps/web/playwright/change-username.e2e.ts:63:16
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:83:9 › Event Types tests -- future › user › can duplicate an existing event type: apps/web/playwright/event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:83:9 › Event Types tests -- future › user › can duplicate an existing event type Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:83:9 › Event Types tests -- future › user › can duplicate an existing event type: apps/web/playwright/event-types.e2e.ts#L112
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:83:9 › Event Types tests -- future › user › can duplicate an existing event type page.waitForSelector: Target closed =========================== logs =========================== waiting for locator('[data-testid="toast-success"]') to be visible ============================================================ 110 | 111 | const test = await page.getByTestId("continue").click(); > 112 | const toast = await page.waitForSelector('[data-testid="toast-success"]'); | ^ 113 | expect(toast).toBeTruthy(); 114 | }); 115 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:112:32
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:83:9 › Event Types tests -- future › user › can duplicate an existing event type: apps/web/playwright/event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:83:9 › Event Types tests -- future › user › can duplicate an existing event type Pending operations: - page.waitForSelector at apps/web/playwright/event-types.e2e.ts:112:32
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:278:11 › Event Types tests -- future › user › Different Locations Tests › can add single organizer address location without display location public option: apps/web/playwright/event-types.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/event-types.e2e.ts:278:11 › Event Types tests -- future › user › Different Locations Tests › can add single organizer address location without display location public option Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:278:11 › Event Types tests -- future › user › Different Locations Tests › can add single organizer address location without display location public option: apps/web/playwright/event-types.e2e.ts#L402
3) [@***com/web] › apps/web/playwright/event-types.e2e.ts:278:11 › Event Types tests -- future › user › Different Locations Tests › can add single organizer address location without display location public option locator.click: Target closed =========================== logs =========================== waiting for locator('text=In Person (Organizer Address)').last() ============================================================ 400 | await page.getByTestId("location-select").last().click(); 401 | } > 402 | await page.locator("text=In Person (Organizer Address)").last().click(); | ^ 403 | 404 | const locationInputName = `locations[${index}].address`; 405 | await page.locator(`input[name="${locationInputName}"]`).waitFor(); at fillLocation (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:402:67) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:290:9
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:278:11 › Event Types tests -- future › user › Different Locations Tests › can add single organizer address location without display location public option: apps/web/playwright/event-types.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/event-types.e2e.ts:278:11 › Event Types tests -- future › user › Different Locations Tests › can add single organizer address location without display location public option Pending operations: - locator.click at apps/web/playwright/event-types.e2e.ts:402:67
[@calcom/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:199:9 › Organization › Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done › nonexisting user is invited to Org: apps/web/playwright/organization/organization-invitation.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:199:9 › Organization › Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done › nonexisting user is invited to Org Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:199:9 › Organization › Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done › nonexisting user is invited to Org: apps/web/playwright/lib/testUtils.ts#L213
1) [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:199:9 › Organization › Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done › nonexisting user is invited to Org page.waitForResponse: Page closed =========================== logs =========================== waiting for response "**/api/trpc/teams/createInvite?batch=1" ============================================================ at apps/web/playwright/lib/testUtils.ts:213 211 | 212 | export async function getInviteLink(page: Page) { > 213 | const response = await page.waitForResponse("**/api/trpc/teams/createInvite?batch=1"); | ^ 214 | const json = await response.json(); 215 | return json[0].result.data.json.inviteLink as string; 216 | } at getInviteLink (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:213:31) at copyInviteLink (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-invitation.e2e.ts:557:41) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-invitation.e2e.ts:252:28 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-invitation.e2e.ts:251:7
[@calcom/web] › apps/web/playwright/profile.e2e.ts:375:7 › Update Profile › Can resend verification link if the secondary email is unverified: apps/web/playwright/profile.e2e.ts#L212
2) [@***com/web] › apps/web/playwright/profile.e2e.ts:375:7 › Update Profile › Can resend verification link if the secondary email is unverified Error: expect(received).toEqual(expected) // deep equality Expected: "http://***:3000/api/auth/verify-email?token=undefined" Received: "http://***:3000/api/auth/verify-email?token=cce53c6c05bc1d9139b12d38efab8a77fba66d789d84c58db71df96846b209f2" 210 | "verify-email" 211 | ); > 212 | expect(inviteLink).toEqual(`${WEBAPP_URL}/api/auth/verify-email?token=${verificationToken?.token}`); | ^ 213 | }); 214 | }; 215 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:212:26 at testEmailVerificationLink (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:198:5) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:398:5
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:222:9 › Stripe integration › When event is paid and confirmed › Payment should confirm pending payment booking: apps/web/playwright/fixtures/users.ts#L892
1) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:222:9 › Stripe integration › When event is paid and confirmed › Payment should confirm pending payment booking page.waitForURL: Timeout 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/payment/*" until "load" navigated to "http://***:3000/booking/cK8J7CqooSpNHUStzckEVg?isSuccessBookingPage=true&email=test%40example.com&eventTypeSlug=paid" ============================================================ at apps/web/playwright/fixtures/users.ts:892 890 | await page.fill('[name="email"]', "test@example.com"); 891 | > 892 | await Promise.all([page.waitForURL("/payment/*"), page.press('[name="email"]', "Enter")]); | ^ 893 | 894 | await makePaymentUsingStripe(page); 895 | } at bookAndPayEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:892:27) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:218:7
🎭 Playwright Run Summary
2 passed (15.4s)
🎭 Playwright Run Summary
2 skipped 2 passed (7.0s)
🎭 Playwright Run Summary
1 skipped 13 passed (44.3s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
3 skipped 79 passed (1.8m)
🎭 Playwright Run Summary
3 flaky [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route 5 skipped 5 passed (1.4m)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members 12 skipped 45 passed (1.5m)
🎭 Playwright Run Summary
3 flaky [@***com/web] › apps/web/playwright/change-username.e2e.ts:53:7 › Change username on settings › User can change username to include periods(or dots) [@***com/web] › apps/web/playwright/event-types.e2e.ts:83:9 › Event Types tests -- future › user › can duplicate an existing event type [@***com/web] › apps/web/playwright/event-types.e2e.ts:278:11 › Event Types tests -- future › user › Different Locations Tests › can add single organizer address location without display location public option 2 skipped 52 passed (2.1m)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:199:9 › Organization › Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done › nonexisting user is invited to Org [@***com/web] › apps/web/playwright/profile.e2e.ts:375:7 › Update Profile › Can resend verification link if the secondary email is unverified 8 skipped 45 passed (2.7m)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:222:9 › Stripe integration › When event is paid and confirmed › Payment should confirm pending payment booking 3 skipped 47 passed (3.1m)
Detect changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Type check / check-types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests / test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linters / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3, ataylorme/eslint-annotate-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Production build / Build API V1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Production build / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Production build (without database) / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze Build / analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3, dawidd6/action-download-artifact@v2, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze Build / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
E2E React embeds tests / E2E Embed React (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E App Store tests / E2E App Store (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E embeds tests / E2E Embed Core (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E embeds tests / E2E Embed Core (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E React embeds tests / E2E Embed React (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (1/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E App Store tests / E2E App Store (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (5/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (2/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (4/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (3/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
app-store-results-1_2
5.26 MB
app-store-results-2_2
177 KB
bundle
2.21 KB
embed-core-results-1_2
186 KB
embed-core-results-2_2
178 KB
embed-react-results-1_2
175 KB
embed-react-results-2_2
173 KB
lint-results
200 KB
test-results-1_5
235 KB
test-results-2_5
12.8 MB
test-results-3_5
15.3 MB
test-results-4_5
14.5 MB
test-results-5_5
8.64 MB