From 5d40df118d01ed4a12e9d500f0dc051df46e9d43 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 17 Feb 2021 18:41:15 +0100 Subject: [PATCH] fixup! tools: run doctool tests on GitHub Actions CI --- .github/workflows/misc.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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