Skip to content

Commit 3b87aa9

Browse files
authored
Update publish.yml
1 parent 3a112b0 commit 3b87aa9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
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

@@ -42,9 +39,6 @@ jobs:
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'
@@ -75,8 +69,6 @@ jobs:
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
@@ -86,8 +78,6 @@ jobs:
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

0 commit comments

Comments
 (0)