We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94d312 commit 732b358Copy full SHA for 732b358
.github/workflows/benchmark.yml
@@ -30,16 +30,16 @@ jobs:
30
- name: Install dependencies
31
run: pnpm install --frozen-lockfile
32
33
- # - name: Build
34
- # if: ${{ inputs.cacheKey == '' }}
35
- # run: pnpm build
+ - name: Build
+ if: ${{ inputs.cacheKey == '' }}
+ run: pnpm build
36
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 }}
+ - name: Restore cached build artifacts
+ if: ${{ inputs.cacheKey != '' }}
+ uses: actions/cache/[email protected]
+ with:
+ path: ./packages/**/dist
+ key: ${{ inputs.cacheKey }}
43
44
- name: Benchmark
45
uses: CodSpeedHQ/action@v2
0 commit comments