Skip to content

Grid interactivity: Experimenting with drag and drop to set column start and row start #101290

Grid interactivity: Experimenting with drag and drop to set column start and row start

Grid interactivity: Experimenting with drag and drop to set column start and row start #101290

Triggered via pull request April 11, 2024 06:41
Status Failure
Total duration 23m 22s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Report to GitHub
4m 5s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

18 errors, 9 warnings, and 8 notices
[chromium] › interactivity/deferred-store.spec.ts:19:6 › deferred store › Ensure that a store can be subscribed to before it is initialized: test/e2e/specs/interactivity/deferred-store.spec.ts#L23
1) [chromium] › interactivity/deferred-store.spec.ts:19:6 › deferred store › Ensure that a store can be subscribed to before it is initialized Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: getByTestId('result') Expected string: "" Received string: "Hello, world!" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('result') - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" 21 | } ) => { 22 | const resultInput = page.getByTestId( 'result' ); > 23 | await expect( resultInput ).toHaveText( '' ); | ^ 24 | await expect( resultInput ).toHaveText( 'Hello, world!' ); 25 | } ); 26 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/deferred-store.spec.ts:23:31
[chromium] › interactivity/deferred-store.spec.ts:19:6 › deferred store › Ensure that a store can be subscribed to before it is initialized: test/e2e/specs/interactivity/deferred-store.spec.ts#L23
1) [chromium] › interactivity/deferred-store.spec.ts:19:6 › deferred store › Ensure that a store can be subscribed to before it is initialized Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: getByTestId('result') Expected string: "" Received string: "Hello, world!" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('result') - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" - locator resolved to <span data-testid="result" data-wp-text="state.reverse…>Hello, world!</span> - unexpected value "Hello, world!" 21 | } ) => { 22 | const resultInput = page.getByTestId( 'result' ); > 23 | await expect( resultInput ).toHaveText( '' ); | ^ 24 | await expect( resultInput ).toHaveText( 'Hello, world!' ); 25 | } ); 26 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/deferred-store.spec.ts:23:31
Playwright - 2
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › editor/blocks/paragraph.spec.js:98:3 › Paragraph › Empty paragraph › should allow dropping blocks on an empty paragraph block: test/e2e/specs/editor/blocks/paragraph.spec.js#L129
1) [chromium] › editor/blocks/paragraph.spec.js:98:3 › Paragraph › Empty paragraph › should allow dropping blocks on an empty paragraph block Error: expect(received).toBe(expected) // Object.is equality - Expected - 0 + Received + 4 <!-- wp:heading --> <h2 class="wp-block-heading">My Heading</h2> <!-- /wp:heading --> + + <!-- wp:paragraph --> + <p></p> + <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 127 | 128 | await expect.poll( editor.getEditedPostContent ) > 129 | .toBe( `<!-- wp:heading --> | ^ 130 | <h2 class="wp-block-heading">My Heading</h2> 131 | <!-- /wp:heading -->` ); 132 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/paragraph.spec.js:129:6
[chromium] › editor/blocks/paragraph.spec.js:98:3 › Paragraph › Empty paragraph › should allow dropping blocks on an empty paragraph block: test/e2e/specs/editor/blocks/paragraph.spec.js#L129
1) [chromium] › editor/blocks/paragraph.spec.js:98:3 › Paragraph › Empty paragraph › should allow dropping blocks on an empty paragraph block Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 0 + Received + 4 <!-- wp:heading --> <h2 class="wp-block-heading">My Heading</h2> <!-- /wp:heading --> + + <!-- wp:paragraph --> + <p></p> + <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 127 | 128 | await expect.poll( editor.getEditedPostContent ) > 129 | .toBe( `<!-- wp:heading --> | ^ 130 | <h2 class="wp-block-heading">My Heading</h2> 131 | <!-- /wp:heading -->` ); 132 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/paragraph.spec.js:129:6
[chromium] › editor/blocks/paragraph.spec.js:98:3 › Paragraph › Empty paragraph › should allow dropping blocks on an empty paragraph block: test/e2e/specs/editor/blocks/paragraph.spec.js#L129
1) [chromium] › editor/blocks/paragraph.spec.js:98:3 › Paragraph › Empty paragraph › should allow dropping blocks on an empty paragraph block Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 0 + Received + 4 <!-- wp:heading --> <h2 class="wp-block-heading">My Heading</h2> <!-- /wp:heading --> + + <!-- wp:paragraph --> + <p></p> + <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 127 | 128 | await expect.poll( editor.getEditedPostContent ) > 129 | .toBe( `<!-- wp:heading --> | ^ 130 | <h2 class="wp-block-heading">My Heading</h2> 131 | <!-- /wp:heading -->` ); 132 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/paragraph.spec.js:129:6
Playwright - 2
Process completed with exit code 1.
Playwright - 4
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L89
1) [chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:paragraph --> - <p>2</p> + <p>1</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>1</p> + <p>2</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 87 | 88 | await expect.poll( editor.getEditedPostContent ) > 89 | .toBe( `<!-- wp:paragraph --> | ^ 90 | <p>2</p> 91 | <!-- /wp:paragraph --> 92 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:89:5
[chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L89
1) [chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:paragraph --> - <p>2</p> + <p>1</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>1</p> + <p>2</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 87 | 88 | await expect.poll( editor.getEditedPostContent ) > 89 | .toBe( `<!-- wp:paragraph --> | ^ 90 | <p>2</p> 91 | <!-- /wp:paragraph --> 92 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:89:5
[chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L89
1) [chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:paragraph --> - <p>2</p> + <p>1</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>1</p> + <p>2</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 87 | 88 | await expect.poll( editor.getEditedPostContent ) > 89 | .toBe( `<!-- wp:paragraph --> | ^ 90 | <p>2</p> 91 | <!-- /wp:paragraph --> 92 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:89:5
[chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L166
2) [chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:paragraph --> - <p>2</p> + <p>1</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>1</p> + <p>2</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 164 | 165 | await expect.poll( editor.getEditedPostContent ) > 166 | .toBe( `<!-- wp:paragraph --> | ^ 167 | <p>2</p> 168 | <!-- /wp:paragraph --> 169 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:166:5
[chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L166
2) [chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:paragraph --> - <p>2</p> + <p>1</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>1</p> + <p>2</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 164 | 165 | await expect.poll( editor.getEditedPostContent ) > 166 | .toBe( `<!-- wp:paragraph --> | ^ 167 | <p>2</p> 168 | <!-- /wp:paragraph --> 169 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:166:5
[chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L166
2) [chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:paragraph --> - <p>2</p> + <p>1</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>1</p> + <p>2</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 164 | 165 | await expect.poll( editor.getEditedPostContent ) > 166 | .toBe( `<!-- wp:paragraph --> | ^ 167 | <p>2</p> 168 | <!-- /wp:paragraph --> 169 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:166:5
[chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L245
3) [chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} --> <div class="wp-block-group"><!-- wp:paragraph --> - <p>2</p> + <p>1</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>1</p> + <p>2</p> <!-- /wp:paragraph --></div> <!-- /wp:group --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 243 | 244 | await expect.poll( editor.getEditedPostContent ) > 245 | .toBe( `<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} --> | ^ 246 | <div class="wp-block-group"><!-- wp:paragraph --> 247 | <p>2</p> 248 | <!-- /wp:paragraph --> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:245:5
[chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L245
3) [chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} --> <div class="wp-block-group"><!-- wp:paragraph --> - <p>2</p> + <p>1</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>1</p> + <p>2</p> <!-- /wp:paragraph --></div> <!-- /wp:group --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 243 | 244 | await expect.poll( editor.getEditedPostContent ) > 245 | .toBe( `<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} --> | ^ 246 | <div class="wp-block-group"><!-- wp:paragraph --> 247 | <p>2</p> 248 | <!-- /wp:paragraph --> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:245:5
[chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L245
3) [chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} --> <div class="wp-block-group"><!-- wp:paragraph --> - <p>2</p> + <p>1</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>1</p> + <p>2</p> <!-- /wp:paragraph --></div> <!-- /wp:group --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 243 | 244 | await expect.poll( editor.getEditedPostContent ) > 245 | .toBe( `<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} --> | ^ 246 | <div class="wp-block-group"><!-- wp:paragraph --> 247 | <p>2</p> 248 | <!-- /wp:paragraph --> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:245:5
[chromium] › editor/various/draggable-blocks.spec.js:256:2 › Draggable block › can drag and drop to the end of a horizontal block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L330
4) [chromium] › editor/various/draggable-blocks.spec.js:256:2 › Draggable block › can drag and drop to the end of a horizontal block list Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} --> <div class="wp-block-group"><!-- wp:paragraph --> - <p>2</p> + <p>1</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>1</p> + <p>2</p> <!-- /wp:paragraph --></div> <!-- /wp:group --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 328 | 329 | await expect.poll( editor.getEditedPostContent ) > 330 | .toBe( `<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} --> | ^ 331 | <div class="wp-block-group"><!-- wp:paragraph --> 332 | <p>2</p> 333 | <!-- /wp:paragraph --> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:330:5
🎭 Playwright Run Summary
1 flaky [chromium] › interactivity/deferred-store.spec.ts:19:6 › deferred store › Ensure that a store can be subscribed to before it is initialized 3 skipped 179 passed (6.0m)
🎭 Playwright Run Summary
3 skipped 144 passed (8.0m)
🎭 Playwright Run Summary
183 passed (8.7m)
🎭 Playwright Run Summary
1 skipped 177 passed (9.4m)
🎭 Playwright Run Summary
11 skipped 180 passed (9.6m)
🎭 Playwright Run Summary
1 failed [chromium] › editor/blocks/paragraph.spec.js:98:3 › Paragraph › Empty paragraph › should allow dropping blocks on an empty paragraph block 1 skipped 190 passed (10.1m)
🎭 Playwright Run Summary
5 failed [chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list [chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list [chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list [chromium] › editor/various/draggable-blocks.spec.js:256:2 › Draggable block › can drag and drop to the end of a horizontal block list [chromium] › editor/various/list-view.spec.js:17:2 › List View › allows a user to drag a block to a new sibling position 1 skipped 177 passed (11.5m)
🎭 Playwright Run Summary
220 passed (12.8m)
Playwright - 6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Report to GitHub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8, ./packages/report-flaky-tests. 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
failures-artifacts Expired
529 KB
flaky-tests-report Expired
1.26 KB