Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-10-11 18:37:38 +0300
committerGitHub <noreply@github.com>2019-10-11 18:37:38 +0300
commite68f487f8309353c0ee7b945cfce44c41c6d91a9 (patch)
treeee35219648a784158742d6743a59af20204799d4 /.github
parentde3e0ab16568bd4972702f0c5eb6f31fb12da11f (diff)
CI: run the icons scripts too (#39)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0fa4a9326..ea469a3dd 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -23,5 +23,8 @@ jobs:
- name: Install npm dependencies
run: npm ci
+ - name: Build the icons
+ run: npm run icons
+
- name: Run tests
run: npm test