Skip to content

Commit

Permalink
Update GH Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek24 committed Dec 20, 2023
1 parent b78cf89 commit 3abf31e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Run tests
run: npm run test
- name: Run main example
run: node examples/main.js

- name: Run table
run: node examples/table.js

0 comments on commit 3abf31e

Please sign in to comment.