Skip to content

Commit

Permalink
remove CACHE_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Dec 17, 2024
1 parent 8c2914d commit cd9bebf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ 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 @@ -40,7 +38,6 @@ 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 @@ -89,8 +86,6 @@ 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 @@ -114,8 +109,6 @@ 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 @@ -178,7 +171,6 @@ 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 cd9bebf

Please sign in to comment.