Skip to content

Commit

Permalink
chore: Add name to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
himharsh1997 committed Aug 18, 2024
1 parent eafe990 commit c879dd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
name: NPM install dependencies
- run: npm run build --if-present
name: Build project
- run: npm test
name: Run test

0 comments on commit c879dd8

Please sign in to comment.