diff --git a/.github/workflows/misc.yml b/.github/workflows/misc.yml index 0a612249ab4d12..83c65225f0ac40 100644 --- a/.github/workflows/misc.yml +++ b/.github/workflows/misc.yml @@ -30,4 +30,4 @@ jobs: name: docs path: out/doc - name: Test - run: NODE=$(command -v node) make test-doc-ci + run: NODE=$(command -v node) make test-doc-ci TEST_CI_ARGS="-p actions" diff --git a/Makefile b/Makefile index 060ddf7542874a..9f1f58d8564be3 100644 --- a/Makefile +++ b/Makefile @@ -590,7 +590,7 @@ test-doc: doc-only lint-md ## Builds, lints, and verifies the docs. .PHONY: test-doc-ci test-doc-ci: doc-only - $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) doctool + $(PYTHON) tools/test.py --shell $(NODE) $(TEST_CI_ARGS) $(PARALLEL_ARGS) doctool $(NODE) tools/doc/checkLinks.js . test-known-issues: all