We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1652942 commit 88e8d2fCopy full SHA for 88e8d2f
.github/workflows/main.yml
@@ -29,5 +29,8 @@ jobs:
29
- name: Lint
30
run: yarn lint
31
32
+ - name: Test
33
+ run: yarn test
34
+
35
- name: Build
36
run: yarn build
0 commit comments