mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-07-13 04:58:46 +00:00
Following the merge of #13338, `forgejo` branch is [failing to build](https://codeberg.org/forgejo/forgejo/actions/runs/174924/jobs/0/attempt/1) with: ``` tests/integration/api_repo_file_helpers.go:1: : # forgejo.org/tests/integration [forgejo.org/tests/integration.test] tests/integration/actions_trigger_test.go:1365:13: undefined: forgery tests/integration/actions_trigger_test.go:1366:13: undefined: forgery tests/integration/actions_trigger_test.go:1367:42: undefined: forgery (typecheck) // Copyright 2019 The Gitea Authors. All rights reserved. 1 issues: * typecheck: 1 exit status 1 Please run 'make lint-go-fix' and commit the result make: *** [Makefile:494: lint-go] Error 1 ⚙️ [runner]: exitcode '2': failure ``` Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13345 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
parent
4c77785df0
commit
2210125dc3
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ import (
|
||||||
repo_service "forgejo.org/services/repository"
|
repo_service "forgejo.org/services/repository"
|
||||||
files_service "forgejo.org/services/repository/files"
|
files_service "forgejo.org/services/repository/files"
|
||||||
"forgejo.org/tests"
|
"forgejo.org/tests"
|
||||||
|
"forgejo.org/tests/forgery"
|
||||||
|
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue