summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 493a4df..84c483f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -39,8 +39,8 @@ jobs:
- name: Build the icons
run: npm run icons
- - name: Run tests
- run: npm test
+ - name: Build and test docs
+ run: npm run docs-test
- name: Run linkinator
uses: JustinBeckwith/linkinator-action@v1