File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches : [ master ]
8
8
9
+ env :
10
+ CYPRESS_CACHE_FOLDER=/home/runner/.cache/Cypress
11
+
9
12
jobs :
10
13
build :
11
14
@@ -28,18 +31,18 @@ jobs:
28
31
node-version : ${{ matrix.node-version }}
29
32
cache : ' pnpm'
30
33
31
- - name : Get pnpm store directory
32
- shell : bash
33
- run : |
34
- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
34
+ # - name: Get pnpm store directory
35
+ # shell: bash
36
+ # run: |
37
+ # echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
35
38
36
- - name : Setup pnpm cache
37
- uses : actions/cache@v4
38
- with :
39
- path : ${{ env.STORE_PATH }}
40
- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}
41
- restore-keys : |
42
- ${{ runner.os }}-pnpm-store-
39
+ # - name: Setup pnpm cache
40
+ # uses: actions/cache@v4
41
+ # with:
42
+ # path: ${{ env.STORE_PATH }}
43
+ # key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}
44
+ # restore-keys: |
45
+ # ${{ runner.os }}-pnpm-store-
43
46
44
47
- name : Install dependencies
45
48
run : pnpm install
52
55
browser : chrome
53
56
headless : true
54
57
# cache-key: cypress-${{ runner.os }}-cypress-${{ hashFiles('pnpm-lock.yaml') }}
55
- cache-key : ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}
58
+ # cache-key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}
56
59
57
60
- name : Run the tests and generate coverage report
58
61
run : pnpm run full-test
You can’t perform that action at this time.
0 commit comments