Skip to content

Commit da65d8d

Browse files
author
vinu.ganesan
committed
Git workflow file updated
1 parent 51c47c3 commit da65d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci
28-
- run: npm run lint
28+
# run: npm run lint
2929
- run: npm run build --if-present
30-
- run: npm test
30+
# run: npm test
3131
env:
3232
CI: true
3333

0 commit comments

Comments
 (0)