We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00f342 commit 116e21fCopy full SHA for 116e21f
tests/integration/actions_rerun_test.go
@@ -9,11 +9,12 @@ import (
9
"net/url"
10
"testing"
11
12
- runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
13
auth_model "code.gitea.io/gitea/models/auth"
14
repo_model "code.gitea.io/gitea/models/repo"
15
"code.gitea.io/gitea/models/unittest"
16
user_model "code.gitea.io/gitea/models/user"
+
17
+ runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
18
)
19
20
func TestActionsRerun(t *testing.T) {
0 commit comments