Skip to content

Commit

Permalink
Git workflow file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vinu.ganesan committed Jun 10, 2024
1 parent 51c47c3 commit da65d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
# run: npm run lint
- run: npm run build --if-present
- run: npm test
# run: npm test
env:
CI: true

Expand Down

0 comments on commit da65d8d

Please sign in to comment.