updating ci workflow #23
Annotations
4 errors and 1 notice
|
|
|
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)
|
|
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)
|
|
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)
|
|
|
The logs for this run have expired and are no longer available.
Loading