Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 08cd2f0

Browse files
committed
feat(ci): fixed script for testing
1 parent 958976d commit 08cd2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: npm ci
2525
- name: Run tests
26-
run: npm test
26+
run: npm run test
2727
- name: Release
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)