From 51681db446ec3fa64b752139213be46ec36c7f92 Mon Sep 17 00:00:00 2001 From: juliopavila Date: Tue, 5 Sep 2023 11:22:16 -0300 Subject: [PATCH] bug: solved cache issue from ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5679ade1..c099ce4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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