Skip to content

Commit b2138a8

Browse files
committed
ci: try fix
1 parent 695cbf6 commit b2138a8

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

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

+4-11
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,18 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- run: corepack enable
32+
3233
- uses: actions/setup-node@v4
3334
with:
3435
node-version: 23
3536
cache: pnpm
36-
# - run: pnpm install
37-
38-
- uses: actions/checkout@v4
3937

40-
- name: Set up Cypress binary cache
41-
uses: actions/cache@v4
38+
- uses: actions/cache@v4
4239
with:
4340
path: ~/.cache/Cypress
44-
key: ${{ runner.os }}-cypress-${{ hashFiles('pnpm-lock.yaml') }}
41+
key: cypress-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
4542

46-
- name: Cypress install
47-
uses: cypress-io/github-action@v6
48-
with:
49-
# Disable running of tests within install job
50-
runTests: false
43+
- run: pnpm install
5144

5245
- name: Build
5346
run: pnpm run build

0 commit comments

Comments
 (0)