Skip to content

Commit 695cbf6

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737

3838
- uses: actions/checkout@v4
3939

40+
- name: Set up Cypress binary cache
41+
uses: actions/cache@v4
42+
with:
43+
path: ~/.cache/Cypress
44+
key: ${{ runner.os }}-cypress-${{ hashFiles('pnpm-lock.yaml') }}
45+
4046
- name: Cypress install
4147
uses: cypress-io/github-action@v6
4248
with:

0 commit comments

Comments
 (0)