Skip to content

Commit 7aa76c6

Browse files
committed
chore: update ci
1 parent 7367567 commit 7aa76c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build
5959
run: npm run -s build
6060
- name: Test
61-
run: npm run -s test:mocha
61+
run: npm run -s test
6262
test-for-old-eslint:
6363
name: Test
6464
strategy:
@@ -82,4 +82,4 @@ jobs:
8282
- name: Install ESLint v${{ matrix.eslint }}
8383
run: node scripts/ci-install-eslint ${{ matrix.eslint }}
8484
- name: Test
85-
run: npm run -s test:debug
85+
run: npm run -s test

0 commit comments

Comments
 (0)