File tree 3 files changed +21
-0
lines changed
3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 27
27
run : |
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
+
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
+
30
37
- run : corepack enable
31
38
- uses : actions/setup-node@v4
32
39
with :
Original file line number Diff line number Diff line change 27
27
run : |
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
+
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
+
30
37
- run : corepack enable
31
38
- uses : actions/setup-node@v4
32
39
with :
Original file line number Diff line number Diff line change 27
27
run : |
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
+
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
+
30
37
- run : corepack enable
31
38
- uses : actions/setup-node@v4
32
39
with :
You can’t perform that action at this time.
0 commit comments