Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
test: sort imports
  • Loading branch information
jbrockopp authored and cognifloyd committed Jan 23, 2023
commit 5bf585082b5bd4193d24b1bfcc728d9143ed3ee7
16 changes: 6 additions & 10 deletions executor/linux/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,17 @@ import (
"testing"
"time"

"github.com/gin-gonic/gin"
"github.com/go-vela/sdk-go/vela"
"github.com/go-vela/server/compiler/native"
"github.com/go-vela/server/mock/server"
"github.com/urfave/cli/v2"

"github.com/go-vela/worker/internal/message"
"github.com/go-vela/worker/runtime"
"github.com/go-vela/worker/runtime/docker"

"github.com/go-vela/sdk-go/vela"

"github.com/go-vela/types/constants"
"github.com/go-vela/types/library"
"github.com/go-vela/types/pipeline"

"github.com/gin-gonic/gin"
"github.com/go-vela/worker/internal/message"
"github.com/go-vela/worker/runtime"
"github.com/go-vela/worker/runtime/docker"
"github.com/urfave/cli/v2"
)

func TestLinux_CreateBuild(t *testing.T) {
Expand Down