We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abbbbb commit f0d8e3fCopy full SHA for f0d8e3f
1 file changed
.github/workflows/update-docs.yml
@@ -24,6 +24,8 @@ jobs:
24
node-version: 16
25
- name: Clean install npm dependencies
26
run: npm ci
27
+ - name: Run tests
28
+ run: npm test
29
- name: Update documentation
30
run: npm run docs
31
- name: Commit changes
0 commit comments