updates v2.0.3.1028 #342
Annotations
1 error, 2 warnings, and 1 notice
tests/features/recorder.spec.ts#L319
1) [chrome] › features/recorder.spec.ts:280:5 › 測試熱鍵截圖 ───────────────────────────────────────────
Error: expect(received).toBeLessThanOrEqual(expected)
Expected: <= 1080
Received: 1280
317 |
318 | expect(info.width).toBeLessThanOrEqual(1920)
> 319 | expect(info.height).toBeLessThanOrEqual(1080)
| ^
320 |
321 | expect(info.width).toBeGreaterThanOrEqual(854)
322 | expect(info.height).toBeGreaterThanOrEqual(480)
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/recorder.spec.ts:319:25
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[chrome] › pages/encoder.spec.ts#L1
[chrome] › pages/encoder.spec.ts took 20.8s
|
|
The logs for this run have expired and are no longer available.
Loading