Skip to content

Commit 732b358

Browse files
committed
Restore steps
1 parent d94d312 commit 732b358

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/benchmark.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ jobs:
3030
- name: Install dependencies
3131
run: pnpm install --frozen-lockfile
3232

33-
# - name: Build
34-
# if: ${{ inputs.cacheKey == '' }}
35-
# run: pnpm build
33+
- name: Build
34+
if: ${{ inputs.cacheKey == '' }}
35+
run: pnpm build
3636

37-
# - name: Restore cached build artifacts
38-
# if: ${{ inputs.cacheKey != '' }}
39-
# uses: actions/cache/[email protected]
40-
# with:
41-
# path: ./packages/**/dist
42-
# key: ${{ inputs.cacheKey }}
37+
- name: Restore cached build artifacts
38+
if: ${{ inputs.cacheKey != '' }}
39+
uses: actions/cache/[email protected]
40+
with:
41+
path: ./packages/**/dist
42+
key: ${{ inputs.cacheKey }}
4343

4444
- name: Benchmark
4545
uses: CodSpeedHQ/action@v2

0 commit comments

Comments
 (0)