mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
fix CI
This commit is contained in:
parent
1ef6f4c0e1
commit
610eddfe05
15 changed files with 64 additions and 40 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"github.com/jesseduffield/lazygit/pkg/integration/helpers"
|
||||
)
|
||||
|
||||
var NewBranch = helpers.NewTest(helpers.NewTestArgs{
|
||||
var NewBranch = helpers.NewIntegrationTest(helpers.NewIntegrationTestArgs{
|
||||
Description: "Creating a new branch from a commit",
|
||||
ExtraCmdArgs: "",
|
||||
Skip: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue