File tree Expand file tree Collapse file tree 3 files changed +0
-54
lines changed
Expand file tree Collapse file tree 3 files changed +0
-54
lines changed Original file line number Diff line number Diff line change 2121 - name : Install pnpm
2222 uses : pnpm/action-setup@v4
2323 id : pnpm-install
24- with :
25- run_install : false
26-
27- - name : Get pnpm store directory
28- id : pnpm-cache
29- run : |
30- echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
31-
32- - name : Setup pnpm cache
33- uses : actions/cache@v4
34- with :
35- path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
36- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
37- restore-keys : |
38- ${{ runner.os }}-pnpm-store-
39-
40- - name : Install dependencies
41- run : pnpm install
4224
4325 - name : Build
4426 run : pnpm docs:build
Original file line number Diff line number Diff line change 2121 - name : Install pnpm
2222 uses : pnpm/action-setup@v4
2323 id : pnpm-install
24- with :
25- run_install : false
26-
27- - name : Get pnpm store directory
28- id : pnpm-cache
29- run : |
30- echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
31-
32- - name : Setup pnpm cache
33- uses : actions/cache@v4
34- with :
35- path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
36- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
37- restore-keys : |
38- ${{ runner.os }}-pnpm-store-
39-
40- - name : Install dependencies
41- run : pnpm install
4224
4325 - name : Test
4426 uses : cypress-io/github-action@v6
Original file line number Diff line number Diff line change 2121 - name : Install pnpm
2222 uses : pnpm/action-setup@v4
2323 id : pnpm-install
24- with :
25- run_install : false
26-
27- - name : Get pnpm store directory
28- id : pnpm-cache
29- run : |
30- echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
31-
32- - name : Setup pnpm cache
33- uses : actions/cache@v4
34- with :
35- path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
36- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
37- restore-keys : |
38- ${{ runner.os }}-pnpm-store-
39-
40- - name : Install dependencies
41- run : pnpm install
4224
4325 - name : Test
4426 run : pnpm test
You can’t perform that action at this time.
0 commit comments