File tree Expand file tree Collapse file tree 3 files changed +308
-11
lines changed Expand file tree Collapse file tree 3 files changed +308
-11
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+ on : push
3+ jobs :
4+ build-extension :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - uses : actions/checkout@v2
8+ - name : Install modules
9+ run : yarn
10+ - name : Run tests
11+ run : yarn test
12+ build-web :
13+ runs-on : ubuntu-latest
14+ env :
15+ SKIP_PREFLIGHT_CHECK : true
16+ steps :
17+ - uses : actions/checkout@v2
18+ - name : Install modules
19+ run : yarn
20+ working-directory : ./web-app
21+ - name : Run tests
22+ run : yarn test
23+ working-directory : ./web-app
Original file line number Diff line number Diff line change 2929 "@alifd/theme-4" : " ^0.3.1" ,
3030 "@emotion/babel-preset-css-prop" : " ^10.0.27" ,
3131 "@emotion/core" : " ^10.0.28" ,
32+ "babel-jest" : " ^26.1.0" ,
3233 "js-yaml" : " ^3.14.0" ,
3334 "markdown-it" : " ^11.0.0" ,
3435 "markdown-it-emoji" : " ^1.4.0" ,
You can’t perform that action at this time.
0 commit comments