Skip to content

Commit acbb2c9

Browse files
committed
ci: use npm test script for CI tests
1 parent 82047c3 commit acbb2c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install project
5959
run: npm ci --ignore-scripts
6060
- name: Test
61-
run: npm run test:ci
61+
run: npm test
6262
code-coverage:
6363
needs: [lint, build, test]
6464
runs-on: ubuntu-latest
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install project
7474
run: npm ci --ignore-scripts
7575
- name: Test
76-
run: npm run test:ci
76+
run: npm test
7777
- name: Upload coverage to Codecov
7878
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # tag=v3.0.0
7979
with:

0 commit comments

Comments
 (0)