Skip to content

Commit

Permalink
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 16, 2021
1 parent 1c6484b commit 1840c2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/misc.yml
Expand Up @@ -29,5 +29,5 @@ jobs:
with:
name: docs
path: out/doc
- name: Check links
run: node tools/doc/checkLinks.js .
- name: Test
run: NODE=$(command -v node) make test-doc-ci
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -588,6 +588,11 @@ test-doc: doc-only lint-md ## Builds, lints, and verifies the docs.
fi
$(NODE) tools/doc/checkLinks.js .

.PHONY: test-doc-ci
test-doc-ci: doc-only
$(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) doctool
$(NODE) tools/doc/checkLinks.js .

test-known-issues: all
$(PYTHON) tools/test.py $(PARALLEL_ARGS) known_issues

Expand Down

0 comments on commit 1840c2b

Please sign in to comment.