Skip to content

Commit 3eaf61a

Browse files
Update testing.yml
1 parent bfb0593 commit 3eaf61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm install
2828
- run: npm run build --if-present
29-
- run: npm run test-coverage
29+
- run: npm run test
3030
env:
3131
CI: true

0 commit comments

Comments
 (0)