Skip to content

Commit a494231

Browse files
committed
fix(ci): Learn to check
1 parent b7f636e commit a494231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run Tests
4040
id: tests
4141
continue-on-error: true
42-
run: npm run tests
42+
run: npm run test
4343

4444
- name: Run npm build
4545
id: build

0 commit comments

Comments
 (0)