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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-07-01 13:58:49 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-07-01 14:08:08 +0300
commitd371a9fb8bdb2ba4d73e02eb9fcb2d1c4cb9d95e (patch)
treee94222274f575faa53bb435eff02f31d3f245f90 /.github
parentc411c6df6a83fc123c3f487a7ed8640e4f916b6f (diff)
CI: run examples too
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 290cf63..62f2c4e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -31,5 +31,8 @@ jobs:
- name: Install npm dependencies
run: npm ci
+ - name: Run examples
+ run: npm run examples
+
- name: Run tests
run: npm test