Merge pull request #1264 from cloudinary/dependabot/npm_and_yarn/fast… #518
ci.yml
on: push
PHPStan
36s
E2E (Playwright)
5m 10s
Matrix: build
Annotations
1 error, 4 warnings, and 1 notice
|
[chromium] › tests/e2e/cache-analytics.spec.js:105:2 › Non-media cache analytics › purging a single cache point emits asset_cache_purged:
tests/e2e/cache-analytics.spec.js#L151
1) [chromium] › tests/e2e/cache-analytics.spec.js:105:2 › Non-media cache analytics › purging a single cache point emits asset_cache_purged
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
149 | 'asset_cache_purged'
150 | );
> 151 | expect( events.length ).toBe( 1 );
| ^
152 | } );
153 |
154 | test( '"Purge all" emits all_cache_purged', async ( { admin, page } ) => {
at /home/runner/work/cloudinary_wordpress/cloudinary_wordpress/tests/e2e/cache-analytics.spec.js:151:27
|
|
PHPStan
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (7.4)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (8.3)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E (Playwright)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/e2e/cache-analytics.spec.js:105:2 › Non-media cache analytics › purging a single cache point emits asset_cache_purged
31 passed (2.1m)
|