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 e401771 commit 046725fCopy full SHA for 046725f
.travis.yml
@@ -29,9 +29,9 @@ script:
29
- go test ./test/e2e/...
30
- cd test/test-framework
31
# test framework with defaults
32
-- operator-sdk test -t .
+- operator-sdk test local .
33
# test operator-sdk test flags
34
-- operator-sdk test -t . -g deploy/crd.yaml -n deploy/namespace-init.yaml -f "-parallel 1" -k $HOME/.kube/config
+- operator-sdk test local . -g deploy/crd.yaml -n deploy/namespace-init.yaml -f "-parallel 1" -k $HOME/.kube/config
35
# go back to project root
36
- cd ../..
37
- go vet ./...
0 commit comments