Skip to content

Commit

Permalink
fixup! tools: run doctool tests on GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Feb 17, 2021
1 parent 1840c2b commit 5d40df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/misc.yml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 5d40df1

Please sign in to comment.