Skip to content

Commit

Permalink
bug: solved cache issue from ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliopavila committed Sep 5, 2023
1 parent 06120a6 commit 51681db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-${{ github.run_id }}
- run: yarn install
- run: yarn build
- name: Generate subgraph.yaml for Goerli
Expand Down

0 comments on commit 51681db

Please sign in to comment.