File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ concurrency:
30
30
31
31
jobs :
32
32
cache-browser-binaries :
33
- uses : ./.github/common/cache-browser-binaries/action .yml
33
+ uses : ./.github/common/cache-browser-binaries.yml
34
34
e2e-required :
35
35
name : ' [Required] e2e sink'
36
36
needs : [e2e]
74
74
- name : Setup cache for browser binaries
75
75
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
76
76
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') }}
79
79
- name : ls cache
80
80
run : find ~/ -maxdepth 1 -type d -name ".cache" -exec ls {}/chromium-bidi \;
81
81
- name : Install pinned browser
You can’t perform that action at this time.
0 commit comments