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 591a7b0 commit 7dc5c0fCopy full SHA for 7dc5c0f
2 files changed
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
restore-keys: ${{ matrix.os }}-${{ matrix.node_version }}-yarn-
33
34
- name: Install yarn dependencies
35
- run: yarn Install
+ run: yarn install
36
37
- name: Bootstrap lerna packages
38
run: yarn bootstrap
.github/workflows/jest.yml
@@ -1,4 +1,4 @@
1
-name: Unit Tests
+name: Tests
2
3
on: [push, pull_request]
4
0 commit comments