File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -29,25 +29,18 @@ jobs:
2929 - uses : actions/checkout@v4
3030
3131 - run : corepack enable
32+
3233 - uses : actions/setup-node@v4
3334 with :
3435 node-version : 23
3536 cache : pnpm
36- # - run: pnpm install
37-
38- - uses : actions/checkout@v4
3937
40- - name : Set up Cypress binary cache
41- uses : actions/cache@v4
38+ - uses : actions/cache@v4
4239 with :
4340 path : ~/.cache/Cypress
44- key : ${{ runner.os }}-cypress -${{ hashFiles('pnpm-lock.yaml') }}
41+ key : cypress- ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
4542
46- - name : Cypress install
47- uses : cypress-io/github-action@v6
48- with :
49- # Disable running of tests within install job
50- runTests : false
43+ - run : pnpm install
5144
5245 - name : Build
5346 run : pnpm run build
You can’t perform that action at this time.
0 commit comments