Skip to content

Commit 60a1cd5

Browse files
authored
Fix the cache dependency path in the E2E jobs in CI (#1430)
* Set cache-dependency-path in the BrowserStack job * Set cache-dependency-path in the normal browser E2E job as well
1 parent de6d18e commit 60a1cd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ jobs:
621621
with:
622622
node-version-file: ${{ env.node-version-file }}
623623
cache: 'yarn'
624+
cache-dependency-path: packages/browser/e2e-tests/yarn.lock
624625

625626
- name: Set up the e2e-tests environment
626627
run: |
@@ -672,6 +673,7 @@ jobs:
672673
with:
673674
node-version-file: ${{ env.node-version-file }}
674675
cache: 'yarn'
676+
cache-dependency-path: packages/browser/e2e-tests/yarn.lock
675677

676678
- name: Set up the e2e-tests environment
677679
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)