Add automated demo recordings #4440
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
build
1m 49s
check-codebase
49s
lint
1m 4s
check-required-label
2s
Matrix: integration-tests
Matrix: unit-tests
Annotations
27 errors and 13 warnings
check-required-label
Label error. Requires exactly 1 of: ignore-for-release, feature, enhancement, bug, maintenance, docs, i18n. Found:
|
ci - ubuntu-latest:
pkg/integration/components/test_test.go#L22
cannot use &fakeGuiDriver{} (value of type *fakeGuiDriver) as "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver value in variable declaration: *fakeGuiDriver does not implement "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver (missing method SetCaption)
|
ci - ubuntu-latest:
pkg/integration/components/test_test.go#L74
cannot use driver (variable of type *fakeGuiDriver) as "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver value in argument to test.Run: *fakeGuiDriver does not implement "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver (missing method SetCaption)
|
ci - ubuntu-latest:
pkg/integration/components/test_test.go#L87
cannot use driver (variable of type *fakeGuiDriver) as "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver value in argument to test.Run: *fakeGuiDriver does not implement "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver (missing method SetCaption)
|
ci - ubuntu-latest
Process completed with exit code 1.
|
lint:
pkg/integration/components/alert_driver.go#L1
: # github.com/jesseduffield/lazygit/pkg/integration/components [github.com/jesseduffield/lazygit/pkg/integration/components.test]
|
lint:
pkg/integration/components/test_test.go#L22
cannot use &fakeGuiDriver{} (value of type *fakeGuiDriver) as "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver value in variable declaration: *fakeGuiDriver does not implement "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver (missing method SetCaption)
|
lint:
pkg/integration/components/test_test.go#L74
cannot use driver (variable of type *fakeGuiDriver) as "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver value in argument to test.Run: *fakeGuiDriver does not implement "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver (missing method SetCaption)
|
lint:
pkg/integration/components/test_test.go#L87
cannot use driver (variable of type *fakeGuiDriver) as "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver value in argument to test.Run: *fakeGuiDriver does not implement "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver (missing method SetCaption) (typecheck)
|
lint
issues found
|
lint:
pkg/integration/components/alert_driver.go#L1
: # github.com/jesseduffield/lazygit/pkg/integration/components [github.com/jesseduffield/lazygit/pkg/integration/components.test]
|
lint:
pkg/integration/components/test_test.go#L22
cannot use &fakeGuiDriver{} (value of type *fakeGuiDriver) as "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver value in variable declaration: *fakeGuiDriver does not implement "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver (missing method SetCaption)
|
lint:
pkg/integration/components/test_test.go#L74
cannot use driver (variable of type *fakeGuiDriver) as "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver value in argument to test.Run: *fakeGuiDriver does not implement "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver (missing method SetCaption)
|
lint:
pkg/integration/components/test_test.go#L87
cannot use driver (variable of type *fakeGuiDriver) as "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver value in argument to test.Run: *fakeGuiDriver does not implement "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver (missing method SetCaption) (typecheck)
|
lint
Process completed with exit code 1.
|
Integration Tests - git 2.22.5
retrying test worktree/add_from_branch_detached
|
Integration Tests - git 2.22.5
Skipping test sync/push_no_follow_tags
|
Integration Tests - git 2.22.5
retrying test patch_building/move_to_index_with_conflict
|
Integration Tests - git 2.22.5
Skipping test patch_building/move_to_earlier_commit for git version 2.22.5
|
Integration Tests - git 2.22.5
Skipping test interactive_rebase/drop_todo_commit_with_update_ref for git version 2.22.5
|
Integration Tests - git 2.22.5
Skipping test filter_and_search/filter_files
|
Integration Tests - git 2.22.5
Skipping test filter_and_search/filter_commit_files
|
Integration Tests - git 2.22.5
Process completed with exit code 1.
|
ci - windows-latest:
pkg/integration/components/test_test.go#L22
cannot use &fakeGuiDriver{} (value of type *fakeGuiDriver) as "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver value in variable declaration: *fakeGuiDriver does not implement "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver (missing method SetCaption)
|
ci - windows-latest:
pkg/integration/components/test_test.go#L74
cannot use driver (variable of type *fakeGuiDriver) as "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver value in argument to test.Run: *fakeGuiDriver does not implement "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver (missing method SetCaption)
|
ci - windows-latest:
pkg/integration/components/test_test.go#L87
cannot use driver (variable of type *fakeGuiDriver) as "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver value in argument to test.Run: *fakeGuiDriver does not implement "github.com/jesseduffield/lazygit/pkg/integration/types".GuiDriver (missing method SetCaption)
|
ci - windows-latest
Process completed with exit code 1.
|
ci - ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check-codebase
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Integration Tests - git latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Integration Tests - git 2.22.5
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Integration Tests - git 2.25.1
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Integration Tests - git 2.30.8
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Integration Tests - git 2.23.0
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Integration Tests - git 2.20.0
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci - windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|