Skip to content

Commit

Permalink
ci: cache yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedali8 committed May 13, 2022
1 parent bb04b97 commit b5f852e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
cache-dependency-path: "yarn.lock"

- name: Install dependencies
run: yarn install
# --immutable --immutable-cache --check-cache
run: yarn install --immutable --immutable-cache --check-cache

- name: Patch chain
run: yarn patchchain ${{ env.NETWORK }}
Expand Down

0 comments on commit b5f852e

Please sign in to comment.