From 116e21f764df85fb420905628f46be2df1711b77 Mon Sep 17 00:00:00 2001 From: Zettat123 Date: Wed, 29 Oct 2025 16:25:25 -0600 Subject: [PATCH] fix check-backend --- tests/integration/actions_rerun_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/actions_rerun_test.go b/tests/integration/actions_rerun_test.go index 44e70ef3f7..f5ef12f4ea 100644 --- a/tests/integration/actions_rerun_test.go +++ b/tests/integration/actions_rerun_test.go @@ -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) {