Skip to content

Commit

Permalink
test moving cachekey
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Dec 17, 2024
1 parent e2f9f73 commit b4e107a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

env:
MAINNET_RPC: ${{ secrets.MAINNET_RPC }}
CACHE_KEY: ${{ github.runner.os }}-yarn-${{ github.hashFiles('yarn.lock') }}-monorepo

jobs:
install:
Expand All @@ -15,6 +14,8 @@ jobs:
strategy:
matrix:
node-version: [18, 20]
env:
CACHE_KEY: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-monorepo
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -39,6 +40,7 @@ jobs:
permissions:
checks: write # https://github.com/mikepenz/action-junit-report/issues/23#issuecomment-1412597753
env:
CACHE_KEY: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-monorepo
TEST_PATH: /tmp/test-results
steps:
- name: Checkout
Expand Down Expand Up @@ -87,6 +89,8 @@ jobs:
matrix:
node-version: [18, 20]
needs: install
env:
CACHE_KEY: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-monorepo
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -110,6 +114,8 @@ jobs:
matrix:
node-version: [18, 20]
needs: install
env:
CACHE_KEY: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-monorepo
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -172,6 +178,7 @@ jobs:

needs: install
env:
CACHE_KEY: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-monorepo
ORBIT_TEST: ${{ matrix.orbit-test }}
DECIMALS: ${{ matrix.decimals || '18' }}
steps:
Expand Down

0 comments on commit b4e107a

Please sign in to comment.