File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - uses : actions/setup-node@v1
2020 with :
2121 node-version : 12.x
22- - name : install yarn
23- run : npm install -g yarn
2422 - name : install dependencies
2523 run : yarn install
2624 - name : lint:js
4240 - uses : actions/setup-node@v1
4341 with :
4442 node-version : ${{ matrix.node-version }}
45- - name : install yarn
46- run : npm install -g yarn
4743 - name : install dependencies
4844 run : yarn install
4945 - name : node tests
6258 - uses : actions/setup-node@v1
6359 with :
6460 node-version : 12.x
65- - name : install yarn
66- run : npm install -g yarn
6761 - name : install dependencies
6862 run : yarn install --ignore-lockfile
6963 - name : node tests
10094 - uses : actions/setup-node@v1
10195 with :
10296 node-version : 12.x
103- - name : install yarn
104- run : npm install -g yarn
10597 - name : install dependencies
10698 run : yarn install
10799 - name : test
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module.exports = {
33 disable_watching : true ,
44 launch_in_ci : [ 'Chrome' ] ,
55 launch_in_dev : [ 'Chrome' ] ,
6+ browser_start_timeout : 120 ,
67 browser_args : {
78 Chrome : {
89 ci : [
You can’t perform that action at this time.
0 commit comments