Skip to content

Commit 9b6a6af

Browse files
authored
fix(tests) typo in github event (#82)
1 parent 18d421d commit 9b6a6af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Tests
22

33
on:
4-
pull_requests:
4+
pull_request:
55
push:
66
branches:
77
- main
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
node-version: 18
2020
- name: Run unit tests
21-
run: npm test
21+
run: npm install && npm test
2222

2323

0 commit comments

Comments
 (0)