mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
fix CI
This commit is contained in:
parent
fed2aaf37f
commit
af45692e24
16 changed files with 14 additions and 2 deletions
|
@ -9,7 +9,9 @@ var Basic = NewIntegrationTest(NewIntegrationTestArgs{
|
||||||
Description: "Using a custom command to create a new file",
|
Description: "Using a custom command to create a new file",
|
||||||
ExtraCmdArgs: "",
|
ExtraCmdArgs: "",
|
||||||
Skip: false,
|
Skip: false,
|
||||||
SetupRepo: func(shell *Shell) {},
|
SetupRepo: func(shell *Shell) {
|
||||||
|
shell.EmptyCommit("blah")
|
||||||
|
},
|
||||||
SetupConfig: func(cfg *config.AppConfig) {
|
SetupConfig: func(cfg *config.AppConfig) {
|
||||||
cfg.UserConfig.CustomCommands = []config.CustomCommand{
|
cfg.UserConfig.CustomCommands = []config.CustomCommand{
|
||||||
{
|
{
|
||||||
|
|
|
@ -9,7 +9,9 @@ var MultiplePrompts = NewIntegrationTest(NewIntegrationTestArgs{
|
||||||
Description: "Using a custom command with multiple prompts",
|
Description: "Using a custom command with multiple prompts",
|
||||||
ExtraCmdArgs: "",
|
ExtraCmdArgs: "",
|
||||||
Skip: false,
|
Skip: false,
|
||||||
SetupRepo: func(shell *Shell) {},
|
SetupRepo: func(shell *Shell) {
|
||||||
|
shell.EmptyCommit("blah")
|
||||||
|
},
|
||||||
SetupConfig: func(cfg *config.AppConfig) {
|
SetupConfig: func(cfg *config.AppConfig) {
|
||||||
cfg.UserConfig.CustomCommands = []config.CustomCommand{
|
cfg.UserConfig.CustomCommands = []config.CustomCommand{
|
||||||
{
|
{
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
blah
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
0000000000000000000000000000000000000000 fe47c0cf0521f8864cd0531ddf35d2f741c14abf CI <CI@example.com> 1660476851 +1000 commit (initial): blah
|
|
@ -0,0 +1 @@
|
||||||
|
0000000000000000000000000000000000000000 fe47c0cf0521f8864cd0531ddf35d2f741c14abf CI <CI@example.com> 1660476851 +1000 commit (initial): blah
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
fe47c0cf0521f8864cd0531ddf35d2f741c14abf
|
|
@ -0,0 +1 @@
|
||||||
|
blah
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
0000000000000000000000000000000000000000 b97a1d7c0e8dceef724220008962f8512a974ff0 CI <CI@example.com> 1660476863 +1000 commit (initial): blah
|
|
@ -0,0 +1 @@
|
||||||
|
0000000000000000000000000000000000000000 b97a1d7c0e8dceef724220008962f8512a974ff0 CI <CI@example.com> 1660476863 +1000 commit (initial): blah
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
b97a1d7c0e8dceef724220008962f8512a974ff0
|
Loading…
Add table
Add a link
Reference in a new issue