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