File tree Expand file tree Collapse file tree 1 file changed +3
-27
lines changed
Expand file tree Collapse file tree 1 file changed +3
-27
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/setup-node@v2
1919 with :
2020 node-version : ${{ env.NODE }}
21- - name : Set up yarn cache
22- uses : actions/cache@v2
23- with :
24- path : |
25- ~/.cache/ms-playwright
26- .yarn/cache
27- key : ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('yarn.lock') }}
28- restore-keys : |
29- ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('yarn.lock') }}
21+ cache : yarn
3022 - run : yarn install
3123 - run : yarn lint
3224 - run : yarn typecheck
3830 - uses : actions/setup-node@v2
3931 with :
4032 node-version : ${{ env.NODE }}
41- - name : Set up yarn cache
42- uses : actions/cache@v2
43- with :
44- path : |
45- ~/.cache/ms-playwright
46- .yarn/cache
47- key : ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('yarn.lock') }}
48- restore-keys : |
49- ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('yarn.lock') }}
33+ cache : yarn
5034 - run : yarn install
5135 - run : yarn test-regression
5236 test :
6549 - uses : actions/setup-node@v2
6650 with :
6751 node-version : ${{ matrix.node-version }}
68- - name : Set up yarn cache
69- uses : actions/cache@v2
70- with :
71- path : |
72- ~/.cache/ms-playwright
73- .yarn/cache
74- key : ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('yarn.lock') }}
75- restore-keys : |
76- ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('yarn.lock') }}
52+ cache : yarn
7753 - run : yarn install
7854 - run : yarn test
7955 - run : yarn test-browser
You can’t perform that action at this time.
0 commit comments