chore(deps-dev): bump the docs group across 1 directory with 2 updates #1113
test.yml
on: push
test-nix
1m 24s
test-webui
4m 19s
test-e2e-web
6m 49s
test-win
5m 59s
Annotations
1 error, 6 warnings, and 1 notice
|
[chromium] › e2e/specs/sftp-repo.spec.ts:233:3 › sftp-backed repository › wrong host key: Test Configuration surfaces the friendly host-key flow:
webui/e2e/specs/sftp-repo.spec.ts#L269
1) [chromium] › e2e/specs/sftp-repo.spec.ts:233:3 › sftp-backed repository › wrong host key: Test Configuration surfaces the friendly host-key flow, not a generic error
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Unknown SFTP Host Key')
Expected: visible
Timeout: 45000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 45000ms
- waiting for getByText('Unknown SFTP Host Key')
267 | // UI raises the friendly "Unknown SFTP Host Key" confirmation instead of a
268 | // generic "Check error" toast.
> 269 | await expect(page.getByText('Unknown SFTP Host Key')).toBeVisible({ timeout: 45_000 });
| ^
270 | await expect(page.getByText(/Check error/)).toHaveCount(0);
271 | await expect(page.getByTestId('sidebar-item-repo-sftp-badkey')).toHaveCount(0);
272 |
at /home/runner/work/backrest/backrest/webui/e2e/specs/sftp-repo.spec.ts:269:59
|
|
test-nix
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-go@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-nix
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
test-webui
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@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-win
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-e2e-web
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-go@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-e2e-web
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › e2e/specs/sftp-repo.spec.ts:233:3 › sftp-backed repository › wrong host key: Test Configuration surfaces the friendly host-key flow, not a generic error
29 passed (2.7m)
|