Skip to content

Commit 0c4b206

Browse files
committed
Remove test step from GitHub Actions workflow and clean up configuration for Node.js CI process.
1 parent 08f940c commit 0c4b206

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141

4242
- name: Lint
4343
run: pnpm lint
44-
45-
- name: Test
46-
run: pnpm test
47-
44+
4845
- name: Build project
4946
run: pnpm build

0 commit comments

Comments
 (0)