Skip to content

Commit 7dc5c0f

Browse files
committed
ci: fix typo
1 parent 591a7b0 commit 7dc5c0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
restore-keys: ${{ matrix.os }}-${{ matrix.node_version }}-yarn-
3333

3434
- name: Install yarn dependencies
35-
run: yarn Install
35+
run: yarn install
3636

3737
- name: Bootstrap lerna packages
3838
run: yarn bootstrap

.github/workflows/jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit Tests
1+
name: Tests
22

33
on: [push, pull_request]
44

0 commit comments

Comments
 (0)