File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 uses : actions/cache@v5
4242 with :
4343 path : ~/.bun/install/cache
44- key : bun-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
44+ key : bun-benchmark- ${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
4545 restore-keys : |
4646 bun-${{ runner.os }}-
4747
7474 ~/.cargo/registry/cache/
7575 ~/.cargo/git/db/
7676 target/
77- key : cargo-benchmark -${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
77+ key : cargo-publish -${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
7878 restore-keys : |
7979 cargo-benchmark-${{ runner.os }}-
8080
8585 uses : actions/cache@v5
8686 with :
8787 path : ~/.bun/install/cache
88- key : bun-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
88+ key : bun-publish- ${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
8989 restore-keys : |
9090 bun-${{ runner.os }}-
9191
@@ -132,7 +132,7 @@ jobs:
132132 uses : actions/cache@v5
133133 with :
134134 path : ~/.cache/ms-playwright
135- key : playwright-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
135+ key : playwright-publish- ${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
136136 restore-keys : |
137137 playwright-${{ runner.os }}-
138138 - name : Install Playwright Browsers
You can’t perform that action at this time.
0 commit comments