Skip to content

Commit cf57334

Browse files
fix ci
1 parent 3d32f10 commit cf57334

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,5 @@ jobs:
3232
- name: npm check
3333
run: npm run check
3434

35-
- name: npm test-browser
36-
run: npm run test-browser
37-
38-
- name: npm test-node
39-
run: npm run test-node
40-
41-
- name: npm build
42-
run: BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
35+
- name: npm test
36+
run: npm run test

0 commit comments

Comments
 (0)