File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 2727 run : |
2828 echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
2929 - 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+
3037 - run : corepack enable
3138 - uses : actions/setup-node@v4
3239 with :
Original file line number Diff line number Diff line change 2727 run : |
2828 echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
2929 - 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+
3037 - run : corepack enable
3138 - uses : actions/setup-node@v4
3239 with :
Original file line number Diff line number Diff line change 2727 run : |
2828 echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
2929 - 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+
3037 - run : corepack enable
3138 - uses : actions/setup-node@v4
3239 with :
You can’t perform that action at this time.
0 commit comments