Skip to content

Commit 6e32e86

Browse files
committed
Add test step to the CI
1 parent 1210fb0 commit 6e32e86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ jobs:
1616
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
1717
- run: yarn install
1818
- name: Lint
19-
run: yarn lint
19+
run: yarn lint
20+
- name: Test
21+
run: yarn test

0 commit comments

Comments
 (0)