1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

chore: s|gitea.com/gitea/act_runner|runner.forgejo.org|

This commit is contained in:
Earl Warren 2025-07-03 19:01:33 +02:00
parent 8cb450ffe0
commit eb1becd4b8
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
22 changed files with 52 additions and 62 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/stretchr/testify/require"
"google.golang.org/protobuf/types/known/structpb"
"gitea.com/gitea/act_runner/internal/pkg/client/mocks"
"runner.forgejo.org/internal/pkg/client/mocks"
)
func TestReporter_parseLogRow(t *testing.T) {