0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-02 00:27:24 +01:00

fix check-backend

This commit is contained in:
Zettat123 2025-10-29 16:25:25 -06:00
parent e00f3421c1
commit 116e21f764

View File

@ -9,11 +9,12 @@ import (
"net/url"
"testing"
runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
auth_model "code.gitea.io/gitea/models/auth"
repo_model "code.gitea.io/gitea/models/repo"
"code.gitea.io/gitea/models/unittest"
user_model "code.gitea.io/gitea/models/user"
runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
)
func TestActionsRerun(t *testing.T) {