Skip to content

Commit 35730b9

Browse files
authored
chore(ci): Run unit tests on PR
1 parent e4400e0 commit 35730b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Unit tests
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:
@@ -26,4 +26,4 @@ jobs:
2626
yarn install --frozen-lockfile --prefer-offline
2727
yarn lint
2828
yarn build
29-
yarn test:all
29+
yarn test:all

0 commit comments

Comments
 (0)