Skip to content

#5245 - Mise à jour des dépendances #6948

#5245 - Mise à jour des dépendances

#5245 - Mise à jour des dépendances #6948

Triggered via pull request June 26, 2026 09:54
Status Failure
Total duration 2m 6s
Artifacts 1

validation-pr.yml

on: pull_request
fullcheck  /  Back integration tests
2m 3s
fullcheck / Back integration tests
fullcheck  /  Playwright tests
1m 32s
fullcheck / Playwright tests
Verify migration order
21s
Verify migration order
add-deploy-link
add-deploy-link
Matrix: fullcheck / validation
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 7 warnings, and 1 notice
Verify migration order
Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
fullcheck / Playwright tests
Process completed with exit code 1.
[setup] › tests/auth.setup.ts:29:6 › authenticate as IC user agency: playwright/tests/auth.setup.ts#L31
3) [setup] › tests/auth.setup.ts:29:6 › authenticate as IC user agency ─────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 29 | setup("authenticate as IC user agency", async ({ page }) => { 30 | console.time("auth-agency"); > 31 | await page.goto("/"); | ^ 32 | await acceptCookiesIfBannerVisible(page); 33 | 34 | await loginWithIdentityProvider(page, "agencyDashboard", "ProConnect"); at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/auth.setup.ts:31:14
[setup] › tests/auth.setup.ts:29:6 › authenticate as IC user agency: playwright/tests/auth.setup.ts#L31
3) [setup] › tests/auth.setup.ts:29:6 › authenticate as IC user agency ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 29 | setup("authenticate as IC user agency", async ({ page }) => { 30 | console.time("auth-agency"); > 31 | await page.goto("/"); | ^ 32 | await acceptCookiesIfBannerVisible(page); 33 | 34 | await loginWithIdentityProvider(page, "agencyDashboard", "ProConnect"); at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/auth.setup.ts:31:14
[setup] › tests/auth.setup.ts:29:6 › authenticate as IC user agency: playwright/tests/auth.setup.ts#L31
3) [setup] › tests/auth.setup.ts:29:6 › authenticate as IC user agency ─────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 29 | setup("authenticate as IC user agency", async ({ page }) => { 30 | console.time("auth-agency"); > 31 | await page.goto("/"); | ^ 32 | await acceptCookiesIfBannerVisible(page); 33 | 34 | await loginWithIdentityProvider(page, "agencyDashboard", "ProConnect"); at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/auth.setup.ts:31:14
[setup] › tests/auth.setup.ts:19:6 › authenticate as IC user establishment: playwright/tests/auth.setup.ts#L21
2) [setup] › tests/auth.setup.ts:19:6 › authenticate as IC user establishment ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 19 | setup("authenticate as IC user establishment", async ({ page }) => { 20 | console.time("auth-establishment"); > 21 | await page.goto("/"); | ^ 22 | await acceptCookiesIfBannerVisible(page); 23 | await loginWithIdentityProvider(page, "establishmentDashboard", "ProConnect"); 24 | await expect(page.locator(".fr-tabs__list")).toBeVisible(); at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/auth.setup.ts:21:14
[setup] › tests/auth.setup.ts:19:6 › authenticate as IC user establishment: playwright/tests/auth.setup.ts#L21
2) [setup] › tests/auth.setup.ts:19:6 › authenticate as IC user establishment ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 19 | setup("authenticate as IC user establishment", async ({ page }) => { 20 | console.time("auth-establishment"); > 21 | await page.goto("/"); | ^ 22 | await acceptCookiesIfBannerVisible(page); 23 | await loginWithIdentityProvider(page, "establishmentDashboard", "ProConnect"); 24 | await expect(page.locator(".fr-tabs__list")).toBeVisible(); at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/auth.setup.ts:21:14
[setup] › tests/auth.setup.ts:19:6 › authenticate as IC user establishment: playwright/tests/auth.setup.ts#L21
2) [setup] › tests/auth.setup.ts:19:6 › authenticate as IC user establishment ──────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 19 | setup("authenticate as IC user establishment", async ({ page }) => { 20 | console.time("auth-establishment"); > 21 | await page.goto("/"); | ^ 22 | await acceptCookiesIfBannerVisible(page); 23 | await loginWithIdentityProvider(page, "establishmentDashboard", "ProConnect"); 24 | await expect(page.locator(".fr-tabs__list")).toBeVisible(); at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/auth.setup.ts:21:14
[setup] › tests/auth.setup.ts:8:6 › authenticate as admin: playwright/tests/auth.setup.ts#L10
1) [setup] › tests/auth.setup.ts:8:6 › authenticate as admin ───────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 8 | setup("authenticate as admin", async ({ page }) => { 9 | console.time("auth-admin"); > 10 | await page.goto("/"); | ^ 11 | await acceptCookiesIfBannerVisible(page); 12 | const adminButton = await page.locator("#fr-header-main-navigation-button-4"); 13 | await loginWithIdentityProvider(page, "admin", "ProConnect"); at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/auth.setup.ts:10:14
[setup] › tests/auth.setup.ts:8:6 › authenticate as admin: playwright/tests/auth.setup.ts#L10
1) [setup] › tests/auth.setup.ts:8:6 › authenticate as admin ───────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 8 | setup("authenticate as admin", async ({ page }) => { 9 | console.time("auth-admin"); > 10 | await page.goto("/"); | ^ 11 | await acceptCookiesIfBannerVisible(page); 12 | const adminButton = await page.locator("#fr-header-main-navigation-button-4"); 13 | await loginWithIdentityProvider(page, "admin", "ProConnect"); at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/auth.setup.ts:10:14
[setup] › tests/auth.setup.ts:8:6 › authenticate as admin: playwright/tests/auth.setup.ts#L10
1) [setup] › tests/auth.setup.ts:8:6 › authenticate as admin ───────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 8 | setup("authenticate as admin", async ({ page }) => { 9 | console.time("auth-admin"); > 10 | await page.goto("/"); | ^ 11 | await acceptCookiesIfBannerVisible(page); 12 | const adminButton = await page.locator("#fr-header-main-navigation-button-4"); 13 | await loginWithIdentityProvider(page, "admin", "ProConnect"); at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/auth.setup.ts:10:14
Verify migration order
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
fullcheck / validation (pnpm fast-checks)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
fullcheck / validation (pnpm typecheck)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
fullcheck / Playwright tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
fullcheck / Playwright tests
No files were found with the provided path: back.log front.log. No artifacts will be uploaded.
fullcheck / validation (pnpm back test)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
fullcheck / Back integration tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
3 failed [setup] › tests/auth.setup.ts:8:6 › authenticate as admin ────────────────────────────────────── [setup] › tests/auth.setup.ts:19:6 › authenticate as IC user establishment ───────────────────── [setup] › tests/auth.setup.ts:29:6 › authenticate as IC user agency ──────────────────────────── 81 did not run

Artifacts

Produced during runtime
Name Size Digest
playwright-report Expired
700 KB
sha256:3b1d1af856086dce0795344c6fef2edae69afad8df5887186bacff65ea53e92d