CI Preview stand deploy #1176
ci-preview-deploy.yml
on: workflow_dispatch
Build and deploy
10m 10s
tests
/
test
2m 33s
Annotations
4 errors, 2 warnings, and 1 notice
[api] › smoke.spec.ts:16:5 › Smoke GET › /api/oneinch-rate?token=ETH:
test/smoke.spec.ts#L22
1) [api] › smoke.spec.ts:16:5 › Smoke GET › /api/oneinch-rate?token=ETH ──────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: 400
Received array: [200, 299, 410]
20 |
21 | if (element.isDeprecated) {
> 22 | expect([200, 299, 410]).toContain(resp.status());
| ^
23 | if (resp.status() === 299) {
24 | expect(resp.headers()).toHaveProperty('warning');
25 | expect(resp.headers()).toHaveProperty('deprecation');
at /home/runner/work/ethereum-staking-widget/ethereum-staking-widget/test/smoke.spec.ts:22:33
|
[api] › smoke.spec.ts:16:5 › Smoke GET › /api/oneinch-rate?token=ETH:
test/smoke.spec.ts#L22
1) [api] › smoke.spec.ts:16:5 › Smoke GET › /api/oneinch-rate?token=ETH ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: 400
Received array: [200, 299, 410]
20 |
21 | if (element.isDeprecated) {
> 22 | expect([200, 299, 410]).toContain(resp.status());
| ^
23 | if (resp.status() === 299) {
24 | expect(resp.headers()).toHaveProperty('warning');
25 | expect(resp.headers()).toHaveProperty('deprecation');
at /home/runner/work/ethereum-staking-widget/ethereum-staking-widget/test/smoke.spec.ts:22:33
|
[api] › smoke.spec.ts:16:5 › Smoke GET › /api/oneinch-rate?token=ETH:
test/smoke.spec.ts#L22
1) [api] › smoke.spec.ts:16:5 › Smoke GET › /api/oneinch-rate?token=ETH ──────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: 400
Received array: [200, 299, 410]
20 |
21 | if (element.isDeprecated) {
> 22 | expect([200, 299, 410]).toContain(resp.status());
| ^
23 | if (resp.status() === 299) {
24 | expect(resp.headers()).toHaveProperty('warning');
25 | expect(resp.headers()).toHaveProperty('deprecation');
at /home/runner/work/ethereum-staking-widget/ethereum-staking-widget/test/smoke.spec.ts:22:33
|
tests / test
Process completed with exit code 1.
|
Build and deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: lidofinance/gh-find-current-pr@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tests / test
No files were found with the provided path: test/playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 failed
[api] › smoke.spec.ts:16:5 › Smoke GET › /api/oneinch-rate?token=ETH ───────────────────────────
3 skipped
41 passed (46.0s)
|