Skip to content

Commit 00f9f21

Browse files
committed
fix: yarn install in CI for TheGraph
1 parent 7d16c32 commit 00f9f21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/thegraph_dev_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353

5454
- name: Install graph-cli & dependencies
5555
run: |
56-
yarn global add @graphprotocol/graph-cli
5756
yarn install
57+
yarn global add @graphprotocol/graph-cli
5858
5959
- name: Build Subgraph
6060
run: yarn codegen && yarn build

.github/workflows/thegraph_prod_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757

5858
- name: Install graph-cli & dependencies
5959
run: |
60-
yarn global add @graphprotocol/graph-cli
6160
yarn install
61+
yarn global add @graphprotocol/graph-cli
6262
6363
- name: Build Subgraph
6464
run: yarn codegen && yarn build

0 commit comments

Comments
 (0)