updating ci workflow #23
pr-quality.yml
on: pull_request
Annotations
4 errors and 1 notice
|
🧪 Core Logic
Process completed with exit code 1.
|
|
[chromium] › tests/playwright/infrastructure.spec.ts:86:3 › Infrastructure & Scripts › start-production.sh should start successfully:
tests/playwright/infrastructure.spec.ts#L23
1) [chromium] › tests/playwright/infrastructure.spec.ts:86:3 › Infrastructure & Scripts › start-production.sh should start successfully
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timeout waiting for port 3006
21 | if (Date.now() - start > timeout) {
22 | clearInterval(interval);
> 23 | reject(new Error(`Timeout waiting for port ${port}`));
| ^
24 | }
25 | });
26 | }, 500);
at Socket.<anonymous> (/home/ari/hrm-workspace/actions-runner/_work/hrm/hrm/tests/playwright/infrastructure.spec.ts:23:18)
|
|
[chromium] › tests/playwright/infrastructure.spec.ts:86:3 › Infrastructure & Scripts › start-production.sh should start successfully:
tests/playwright/infrastructure.spec.ts#L23
1) [chromium] › tests/playwright/infrastructure.spec.ts:86:3 › Infrastructure & Scripts › start-production.sh should start successfully
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timeout waiting for port 3006
21 | if (Date.now() - start > timeout) {
22 | clearInterval(interval);
> 23 | reject(new Error(`Timeout waiting for port ${port}`));
| ^
24 | }
25 | });
26 | }, 500);
at Socket.<anonymous> (/home/ari/hrm-workspace/actions-runner/_work/hrm/hrm/tests/playwright/infrastructure.spec.ts:23:18)
|
|
[chromium] › tests/playwright/infrastructure.spec.ts:86:3 › Infrastructure & Scripts › start-production.sh should start successfully:
tests/playwright/infrastructure.spec.ts#L23
1) [chromium] › tests/playwright/infrastructure.spec.ts:86:3 › Infrastructure & Scripts › start-production.sh should start successfully
Error: Timeout waiting for port 3006
21 | if (Date.now() - start > timeout) {
22 | clearInterval(interval);
> 23 | reject(new Error(`Timeout waiting for port ${port}`));
| ^
24 | }
25 | });
26 | }, 500);
at Socket.<anonymous> (/home/ari/hrm-workspace/actions-runner/_work/hrm/hrm/tests/playwright/infrastructure.spec.ts:23:18)
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/playwright/infrastructure.spec.ts:86:3 › Infrastructure & Scripts › start-production.sh should start successfully
12 passed (39.1s)
|