Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Abiji-2020 authored Dec 1, 2024
1 parent 1a4a7d7 commit d837465
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm run lint
- run: npm run test
- name: Testing
uses: GabrielBB/xvfb-action@v1
with:
run: npm run test

0 comments on commit d837465

Please sign in to comment.