Skip to content

Commit f0d8e3f

Browse files
committed
👷 runs test step on docs update now
1 parent 9abbbbb commit f0d8e3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
node-version: 16
2525
- name: Clean install npm dependencies
2626
run: npm ci
27+
- name: Run tests
28+
run: npm test
2729
- name: Update documentation
2830
run: npm run docs
2931
- name: Commit changes

0 commit comments

Comments
 (0)