Skip to content

Commit f1009ed

Browse files
zxc
1 parent 6d1ca37 commit f1009ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check_cache.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030

3131
jobs:
3232
cache-browser-binaries:
33-
uses: ./.github/common/cache-browser-binaries/action.yml
33+
uses: ./.github/common/cache-browser-binaries.yml
3434
e2e-required:
3535
name: '[Required] e2e sink'
3636
needs: [e2e]
@@ -74,8 +74,8 @@ jobs:
7474
- name: Setup cache for browser binaries
7575
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
7676
with:
77-
path: ~/.cache/chromium-bidi
78-
key: ${{ runner.os }}-prepared-cache-${{ hashFiles('.browser') }}
77+
path: ~/.cache/chromium-bidi/chrome
78+
key: ${{ runner.os }}-chrome-${{ hashFiles('.browser') }}
7979
- name: ls cache
8080
run: find ~/ -maxdepth 1 -type d -name ".cache" -exec ls {}/chromium-bidi \;
8181
- name: Install pinned browser

0 commit comments

Comments
 (0)