Skip to content

Commit 1800a04

Browse files
committed
fixed ci
1 parent 5796879 commit 1800a04

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/web.yml

-12
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,12 @@ jobs:
3434
uses: pnpm/action-setup@v4
3535
with:
3636
version: 9.8.0
37-
- name: Dump Directory
38-
run: ls -al && pwd
3937
- name: Install Node.js
4038
uses: actions/setup-node@v4
4139
with:
4240
node-version: 20
43-
cache: "pnpm"
44-
cache-dependency-path: ./web/pnpm-lock.yaml
45-
46-
- name: Get pnpm store directory
47-
shell: bash
48-
run: |
49-
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
50-
5141
- uses: actions/cache@v4
5242
name: Setup pnpm cache
53-
if: ${{ github.ref_name == 'master' }}
5443
with:
5544
path: ${{ env.STORE_PATH }}
5645
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -116,7 +105,6 @@ jobs:
116105
117106
- uses: actions/cache@v4
118107
name: Setup pnpm cache
119-
if: ${{ github.ref_name == 'master' }}
120108
with:
121109
path: ${{ env.STORE_PATH }}
122110
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)