Skip to content

Commit 3cd6c26

Browse files
committed
ci: Run examples
1 parent 1f4190f commit 3cd6c26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ jobs:
3030
run: yarn install --frozen-lockfile
3131
- name: Build
3232
run: yarn build
33+
- name: Run examples
34+
run: node examples/example.js

0 commit comments

Comments
 (0)