fix: update all imports to use Forgejo instead of GitHub
This commit is contained in:
@@ -7,9 +7,9 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/rockliang/poimen/workflows/internal/board"
|
||||
"github.com/rockliang/poimen/workflows/internal/pause"
|
||||
"github.com/rockliang/poimen/workflows/internal/recovery"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/board"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/pause"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/recovery"
|
||||
)
|
||||
|
||||
// TestConcurrentWorkflows tests multiple workflows executing concurrently
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/rockliang/poimen/workflows/action"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/action"
|
||||
)
|
||||
|
||||
func TestGitCloneAndFetch(t *testing.T) {
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/rockliang/poimen/workflows/internal/routing"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/routing"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"github.com/rockliang/poimen/workflows/internal/routing"
|
||||
"github.com/rockliang/poimen/workflows/statemachine"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/routing"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/statemachine"
|
||||
"github.com/stretchr/testify/require"
|
||||
"go.temporal.io/sdk/testsuite"
|
||||
)
|
||||
|
||||
@@ -8,8 +8,8 @@ import (
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"go.temporal.io/sdk/client"
|
||||
"github.com/rockliang/poimen/workflows/internal/config"
|
||||
"github.com/rockliang/poimen/workflows/statemachine"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/config"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/statemachine"
|
||||
)
|
||||
|
||||
// TestTemporalConnection verifies the worker is connected and healthy
|
||||
|
||||
@@ -8,8 +8,8 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/rockliang/poimen/workflows/internal/routing"
|
||||
"github.com/rockliang/poimen/workflows/statemachine"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/routing"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/statemachine"
|
||||
"github.com/stretchr/testify/require"
|
||||
"go.temporal.io/sdk/client"
|
||||
)
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/rockliang/poimen/workflows/statemachine"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/statemachine"
|
||||
)
|
||||
|
||||
func TestTypesDefaults(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user