File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
# Currently, prow/api-ci tests all PRs that target master; use travis for post merge testing and non-master PRs
153
153
if : type != pull_request OR branch != master
154
154
<< : *dep_before_install
155
- script : make test/sanity test-unit test/ markdown
155
+ script : make test/sanity test-unit test- markdown
156
156
after_success : echo 'Tests Passed'
157
157
after_failure : echo 'Failure in unit, sanity, or markdown test'
158
158
Original file line number Diff line number Diff line change @@ -104,11 +104,11 @@ build/%.asc:
104
104
}
105
105
106
106
# Static tests.
107
- .PHONY : test test/ markdown test/sanity test-unit
107
+ .PHONY : test test- markdown test/sanity test-unit
108
108
109
109
test : test-unit # # Run the tests
110
110
111
- test/ markdown :
111
+ test- markdown :
112
112
./hack/ci/marker --root=doc
113
113
114
114
test/sanity : tidy
@@ -122,7 +122,7 @@ test-unit: ## Run the unit tests
122
122
# CI tests.
123
123
.PHONY : test/ci
124
124
125
- test/ci : test/ markdown test/sanity test-unit install test/subcommand test/e2e # # Run the CI test suite
125
+ test/ci : test- markdown test/sanity test-unit install test/subcommand test/e2e # # Run the CI test suite
126
126
127
127
# Subcommand tests.
128
128
.PHONY : test/subcommand test/subcommand/test-local test/subcommand/scorecard test/subcommand/olm-install
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ All the tests are run through the [`Makefile`][makefile]. This is a brief descri
63
63
- ` test/e2e/ansible ` - Runs the ansible E2E test.
64
64
- ` test/e2e/ansible-molecule ` - Runs the ansible molecule E2E test.
65
65
- ` test/e2e/helm ` - Runs the helm E2E test.
66
- - ` test/ markdown ` - Runs the markdown checks
66
+ - ` test- markdown ` - Runs the markdown checks
67
67
68
68
For more info on what these tests actually do, please see the [ Travis Build] [ travis ] doc.
69
69
You can’t perform that action at this time.
0 commit comments