Skip to content

Commit

Permalink
Call npm test after repo checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
FdelMazo committed Mar 22, 2024
1 parent 45da42a commit caad35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
name: Build & Deploy to Github Pages
steps:
- id: node-to-gh
uses: fdelmazo/node-to-gh-action@v2
- name: Run tests
run: npm test
shell: bash
- id: node-to-gh
uses: fdelmazo/node-to-gh-action@v2

0 comments on commit caad35a

Please sign in to comment.