Skip to content

Commit 218bd8d

Browse files
authored
Merge pull request #32 from hussainweb/ci-fix
ci: update commands after migration
2 parents 6d5c3a7 + 825d4f2 commit 218bd8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
node-version: 16
2222
cache: 'npm'
2323
- run: npm ci
24-
- run: npm run lint
25-
- run: npm test
24+
- run: npm run all
2625

2726
- uses: stefanzweifel/git-auto-commit-action@v4
2827
with:

0 commit comments

Comments
 (0)