File tree 3 files changed +17
-17
lines changed
3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 28
28
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
29
29
- uses : actions/checkout@v4
30
30
31
- - name : Cypress install
32
- uses : cypress-io/github-action@v6
33
- with :
34
- # Disable running of tests within install job
35
- runTests : false
36
31
37
32
- run : corepack enable
38
33
- uses : actions/setup-node@v4
41
36
cache : pnpm
42
37
- run : pnpm install
43
38
39
+ - name : Cypress install
40
+ uses : cypress-io/github-action@v6
41
+ with :
42
+ # Disable running of tests within install job
43
+ runTests : false
44
44
- name : Build
45
45
run : pnpm run build
46
46
Original file line number Diff line number Diff line change @@ -28,19 +28,19 @@ jobs:
28
28
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
29
29
- uses : actions/checkout@v4
30
30
31
- - name : Cypress install
32
- uses : cypress-io/github-action@v6
33
- with :
34
- # Disable running of tests within install job
35
- runTests : false
36
-
37
31
- run : corepack enable
38
32
- uses : actions/setup-node@v4
39
33
with :
40
34
node-version : 23
41
35
cache : pnpm
42
36
- run : pnpm install
43
37
38
+ - name : Cypress install
39
+ uses : cypress-io/github-action@v6
40
+ with :
41
+ # Disable running of tests within install job
42
+ runTests : false
43
+
44
44
- name : Build
45
45
run : pnpm run build
46
46
Original file line number Diff line number Diff line change @@ -28,19 +28,19 @@ jobs:
28
28
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
29
29
- uses : actions/checkout@v4
30
30
31
- - name : Cypress install
32
- uses : cypress-io/github-action@v6
33
- with :
34
- # Disable running of tests within install job
35
- runTests : false
36
-
37
31
- run : corepack enable
38
32
- uses : actions/setup-node@v4
39
33
with :
40
34
node-version : 23
41
35
cache : pnpm
42
36
- run : pnpm install
43
37
38
+ - name : Cypress install
39
+ uses : cypress-io/github-action@v6
40
+ with :
41
+ # Disable running of tests within install job
42
+ runTests : false
43
+
44
44
- name : Build
45
45
run : pnpm run build
46
46
You can’t perform that action at this time.
0 commit comments