File tree Expand file tree Collapse file tree 5 files changed +5
-40
lines changed
Expand file tree Collapse file tree 5 files changed +5
-40
lines changed Original file line number Diff line number Diff line change 7373 - name : Website Dev Build (served for Cypress)
7474 run : pnpm angular:build:demo
7575
76- - name : Cache Cypress binary
77- uses : actions/cache@v5
78- with :
79- path : ~/.cache/Cypress
80- key : ${{ runner.os }}-cypress-${{ hashFiles('**/pnpm-lock.yaml') }}
81- restore-keys : |
82- ${{ runner.os }}-cypress-
83-
8476 - name : Ensure Cypress binary is installed
8577 run : pnpm exec cypress install
8678
9183 uses : cypress-io/github-action@v6
9284 with :
9385 install : false
86+ package-manager-cache : false
9487 working-directory : frameworks/angular-slickgrid
9588 # start: pnpm angular:serve
9689 wait-on : ' http://localhost:4300'
Original file line number Diff line number Diff line change 5858 - name : Website Dev Build (served for Cypress)
5959 run : pnpm aurelia:build:demo
6060
61- - name : Cache Cypress binary
62- uses : actions/cache@v5
63- with :
64- path : ~/.cache/Cypress
65- key : ${{ runner.os }}-cypress-${{ hashFiles('**/pnpm-lock.yaml') }}
66- restore-keys : |
67- ${{ runner.os }}-cypress-
68-
6961 - name : Ensure Cypress binary is installed
7062 run : pnpm exec cypress install
7163
7668 uses : cypress-io/github-action@v6
7769 with :
7870 install : false
71+ package-manager-cache : false
7972 working-directory : demos/aurelia
8073 # start: pnpm aurelia:serve
8174 wait-on : ' http://localhost:7900'
Original file line number Diff line number Diff line change 5858 - name : Website Dev Build (served for Cypress)
5959 run : pnpm react:build:demo
6060
61- - name : Cache Cypress binary
62- uses : actions/cache@v5
63- with :
64- path : ~/.cache/Cypress
65- key : ${{ runner.os }}-cypress-${{ hashFiles('**/pnpm-lock.yaml') }}
66- restore-keys : |
67- ${{ runner.os }}-cypress-
68-
6961 - name : Ensure Cypress binary is installed
7062 run : pnpm exec cypress install
7163
7668 uses : cypress-io/github-action@v6
7769 with :
7870 install : false
71+ package-manager-cache : false
7972 working-directory : demos/react
8073 wait-on : ' http://localhost:8000'
8174 config-file : test/cypress.config.ts
Original file line number Diff line number Diff line change 5555 - name : Website Dev Build (served for Cypress)
5656 run : pnpm build:dev
5757
58- - name : Cache Cypress binary
59- uses : actions/cache@v5
60- with :
61- path : ~/.cache/Cypress
62- key : ${{ runner.os }}-cypress-${{ hashFiles('**/pnpm-lock.yaml') }}
63- restore-keys : |
64- ${{ runner.os }}-cypress-
65-
6658 - name : Ensure Cypress binary is installed
6759 run : pnpm exec cypress install
6860
7365 uses : cypress-io/github-action@v6
7466 with :
7567 install : false
68+ package-manager-cache : false
7669 # working-directory: packages/dnd
7770 # start: pnpm vanilla:serve:demo
7871 # start: pnpm serve:vite
Original file line number Diff line number Diff line change 5858 - name : Website Dev Build (served for Cypress)
5959 run : pnpm vue:build:demo
6060
61- - name : Cache Cypress binary
62- uses : actions/cache@v5
63- with :
64- path : ~/.cache/Cypress
65- key : ${{ runner.os }}-cypress-${{ hashFiles('**/pnpm-lock.yaml') }}
66- restore-keys : |
67- ${{ runner.os }}-cypress-
68-
6961 - name : Ensure Cypress binary is installed
7062 run : pnpm exec cypress install
7163
7668 uses : cypress-io/github-action@v6
7769 with :
7870 install : false
71+ package-manager-cache : false
7972 working-directory : demos/vue
8073 # start: pnpm vue:serve
8174 wait-on : ' http://localhost:7000'
You can’t perform that action at this time.
0 commit comments