Skip to content

Commit 0baabc6

Browse files
committed
ci: try fix
1 parent f80689d commit 0baabc6

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/test-e2e-composable.yml

+12-10
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,26 @@ jobs:
2323
dir: ./packages/test-e2e-composable-vue3
2424

2525
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
3030

31+
# - run: corepack enable
32+
# - uses: actions/setup-node@v4
33+
# with:
34+
# node-version: 23
35+
# cache: pnpm
36+
# - run: pnpm install
3137

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
3839

3940
- name: Cypress install
4041
uses: cypress-io/github-action@v6
4142
with:
4243
# Disable running of tests within install job
4344
runTests: false
45+
4446
- name: Build
4547
run: pnpm run build
4648

0 commit comments

Comments
 (0)