Run Docs tests on CI/CD (#6521)

* Run Docs tests on CI/CD

* Remove warnings from test output

* Replace version in mdx files
This commit is contained in:
Philippe Martin
2023-01-25 19:50:02 +01:00
committed by GitHub
parent 9ebf766c86
commit facfb79cca
22 changed files with 46 additions and 20 deletions

View File

@@ -227,4 +227,4 @@ test-e2e:
.PHONY: test-doc-automation
test-doc-automation:
$(RUN_GINKGO) $(GINKGO_FLAGS) --junit-report="test-doc-automation.xml" tests/documentation/...
$(RUN_GINKGO) $(GINKGO_FLAGS_ONE) --junit-report="test-doc-automation.xml" tests/documentation/...