File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 3131 ~/.cargo/git/db/
3232 target/
3333 key : cargo-benchmark-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
34- restore-keys : |
35- cargo-benchmark-${{ runner.os }}-
36-
3734 - uses : oven-sh/setup-bun@v2
3835 name : Install bun
3936
4239 with :
4340 path : ~/.bun/install/cache
4441 key : bun-benchmark-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
45- restore-keys : |
46- bun-${{ runner.os }}-
47-
4842 - uses : jetli/wasm-pack-action@v0.4.0
4943 with :
5044 version : ' latest'
7569 ~/.cargo/git/db/
7670 target/
7771 key : cargo-publish-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
78- restore-keys : |
79- cargo-benchmark-${{ runner.os }}-
8072
8173 - uses : oven-sh/setup-bun@v2
8274 name : Install bun
8678 with :
8779 path : ~/.bun/install/cache
8880 key : bun-publish-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
89- restore-keys : |
90- bun-${{ runner.os }}-
9181
9282 - uses : jetli/wasm-pack-action@v0.4.0
9383 with :
@@ -133,8 +123,6 @@ jobs:
133123 with :
134124 path : ~/.cache/ms-playwright
135125 key : playwright-publish-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
136- restore-keys : |
137- playwright-${{ runner.os }}-
138126 - name : Install Playwright Browsers
139127 run : bunx playwright install chromium --with-deps
140128 - name : Check for Existing E2E Snapshots
You can’t perform that action at this time.
0 commit comments