test: move non-oncluster test to e2e #5712
knative-style.yaml
on: pull_request
style
/
changes
2s
style
/
...
/
Auto-format and Check
19s
style
/
...
/
Lint
2m 6s
style
/
...
/
Do Not Submit
5s
style
/
...
/
shell
0s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
2 errors and 6 warnings
style / Golang / Auto-format and Check:
test/e2e/scenario_from-cli-local_test.go#L1
Please run goimports.
diff --git a/test/e2e/scenario_from-cli-local_test.go b/test/e2e/scenario_from-cli-local_test.go
index 44e09c9..147ffe4 100644
--- a/test/e2e/scenario_from-cli-local_test.go
+++ b/test/e2e/scenario_from-cli-local_test.go
@@ -3,11 +3,12 @@
package e2e
import (
- "knative.dev/func/test/oncluster"
"os"
"path/filepath"
"testing"
+ "knative.dev/func/test/oncluster"
+
"k8s.io/apimachinery/pkg/util/rand"
fn "knative.dev/func/pkg/functions"
common "knative.dev/func/test/common"
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/func/func. Supported file pattern: go.sum
|
style / Golang / Do Not Submit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/func/func. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/func/func. Supported file pattern: go.sum
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/func/func. Supported file pattern: go.sum
|