Skip to content

Commit

Permalink
Do not run headless tests on CI (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokoli authored Jan 28, 2025
1 parent 44c5686 commit c7e8321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test && npm run build
- run: npm run lint && npm run test-node && npm run build

0 comments on commit c7e8321

Please sign in to comment.