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:
29
29
- uses : actions/checkout@v4
30
30
31
31
- run : corepack enable
32
+
32
33
- uses : actions/setup-node@v4
33
34
with :
34
35
node-version : 23
35
36
cache : pnpm
36
- # - run: pnpm install
37
-
38
- - uses : actions/checkout@v4
39
37
40
- - name : Set up Cypress binary cache
41
- uses : actions/cache@v4
38
+ - uses : actions/cache@v4
42
39
with :
43
40
path : ~/.cache/Cypress
44
- key : ${{ runner.os }}-cypress -${{ hashFiles('pnpm-lock.yaml') }}
41
+ key : cypress- ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
45
42
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
51
44
52
45
- name : Build
53
46
run : pnpm run build
You can’t perform that action at this time.
0 commit comments