Publish production #4
publish-production.yml
on: push
publish-production
22s
Matrix: e2e / e2e
Annotations
3 errors, 1 warning, and 1 notice
[chromium] › app.spec.ts:11:5 › Should load 3d globe:
packages/e2e/tests/app.spec.ts#L1
1) [chromium] › app.spec.ts:11:5 › Should load 3d globe ──────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › app.spec.ts:11:5 › Should load 3d globe:
packages/e2e/tests/app.spec.ts#L16
1) [chromium] › app.spec.ts:11:5 › Should load 3d globe ──────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('canvas') to be visible
14 | await page.goto("/");
15 |
> 16 | await page.waitForSelector("canvas");
| ^
17 |
18 | await page.screenshot({
19 | fullPage: true,
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:16:14
|
e2e / e2e (1/1, chromium)
Process completed with exit code 1.
|
e2e / e2e (1/1, chromium)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
1 failed
[chromium] › app.spec.ts:11:5 › Should load 3d globe ───────────────────────────────────────────
3 passed (35.2s)
|