Skip to content

Reduce flakes. Don't get the y/n question #68

Reduce flakes. Don't get the y/n question

Reduce flakes. Don't get the y/n question #68

Triggered via push December 12, 2024 20:07
Status Failure
Total duration 1m 6s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 warnings
build: src/ui-test/simple.test.js#L4
Replace `"vscode-extension-tester"` with `'vscode-extension-tester'`
build: src/ui-test/simple.test.js#L5
Replace `"vscode-extension-tester"` with `'vscode-extension-tester'`
build: src/ui-test/simple.test.js#L6
Replace `"vscode-extension-tester"` with `'vscode-extension-tester'`
build: src/ui-test/simple.test.js#L9
Replace `"My·Test·Suite"` with `'My·Test·Suite'`
build: src/ui-test/simple.test.js#L10
Insert `··`
build: src/ui-test/simple.test.js#L11
Replace `··` with `····`
build: src/ui-test/simple.test.js#L13
Insert `··`
build: src/ui-test/simple.test.js#L14
Insert `··`
build: src/ui-test/simple.test.js#L15
Replace `····assert·=·(await·import("chai"` with `········assert·=·(await·import('chai'`
build: src/ui-test/simple.test.js#L16
Insert `····`
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see /~https://github.com/actions/runner-images/issues/10636
build: src/react/atlascode/common/editor/MarkdownEditor.tsx#L180
React Hook useCallback has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
build: src/react/atlascode/common/form/useFormValidation.tsx#L231
React Hook useCallback has a missing dependency: 'register'. Either include it or remove the dependency array
build: src/react/atlascode/config/auth/AuthDialog.tsx#L206
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
build: src/react/atlascode/config/auth/AuthDialog.tsx#L207
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
build: src/react/atlascode/pipelines/PipelineSummaryPage.tsx#L487
React Hook useCallback has missing dependencies: 'buildSection' and 'setupAndTeardownSection'. Either include them or remove the dependency array
build: src/react/atlascode/pullrequest/InlineRenderedTextEditor.tsx#L55
React Hook useCallback has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
build: src/webviews/components/RenderedContent.tsx#L37
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect