Commit 3bf80bf 1 parent 60aa39c commit 3bf80bf Copy full SHA for 3bf80bf
File tree 4 files changed +146
-94
lines changed
4 files changed +146
-94
lines changed Original file line number Diff line number Diff line change 29
29
node-version : 16.x
30
30
- run : yarn
31
31
- run : yarn build
32
- - run : yarn test:unit
32
+ - run : yarn test:unit || yarn test:unit --onlyFailures || yarn test:unit --onlyFailures
33
33
- if : ${{ failure() }}
34
34
uses : actions/upload-artifact@v2
35
35
with :
91
91
- run : yarn test:typecheck
92
92
- run : yarn test:lint
93
93
- name : Run yarn test:unit
94
- run : yarn test:unit || yarn test:unit || yarn test:unit
94
+ run : yarn test:unit || yarn test:unit --onlyFailures || yarn test:unit --onlyFailures
95
95
- run : yarn test:docker
96
96
# TODO: re-enable, once we have canary server up again
97
97
# - run: yarn ci:dogfood
Original file line number Diff line number Diff line change 21
21
"https-proxy-agent" : " ^5.0.0" ,
22
22
"inquirer" : " ^6.3.1" ,
23
23
"isomorphic-fetch" : " ^3.0.0" ,
24
- "lighthouse" : " 9.3.0 " ,
24
+ "lighthouse" : " 9.6.8 " ,
25
25
"lighthouse-logger" : " 1.2.0" ,
26
26
"open" : " ^7.1.0" ,
27
27
"tmp" : " ^0.1.0" ,
Original file line number Diff line number Diff line change 13
13
"debug" : " ^4.3.1" ,
14
14
"isomorphic-fetch" : " ^3.0.0" ,
15
15
"js-yaml" : " ^3.13.1" ,
16
- "lighthouse" : " 9.3.0 " ,
16
+ "lighthouse" : " 9.6.8 " ,
17
17
"tree-kill" : " ^1.2.1"
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments