diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ac6cad1..e101637 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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