summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-03 09:09:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-03 09:09:58 +0000
commitfbbea065828865399d8bc6dd607b7205bff2c5a8 (patch)
treee3238379197e6288160e4d3a27520e1880d6524f /.github/workflows/test.yml
parentAdding upstream version 1.10.4+dfsg. (diff)
downloadbootstrap-icons-fbbea065828865399d8bc6dd607b7205bff2c5a8.tar.xz
bootstrap-icons-fbbea065828865399d8bc6dd607b7205bff2c5a8.zip
Adding upstream version 1.10.5+dfsg.upstream/1.10.5+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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