File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 python-version : ['3.12']
25- node-version : ['12 .x']
25+ node-version : ['22 .x']
2626 steps :
2727 - uses : actions/checkout@v2
2828 - name : Set up Python ${{ matrix.python-version }}
4141 yarn
4242 yarn static-p
4343 find static
44- yarn start-back-p &
4544 chromedriver --version
4645 yarn test
Original file line number Diff line number Diff line change 1- v12 .22.1
1+ v22 .22.2
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ describe('IntellectualMenuComponent', () => {
1515 {
1616 provide : ActivatedRoute ,
1717 useValue : {
18- params : new BehaviorSubject ( { id : 1 } )
18+ params : new BehaviorSubject ( { id : 1 } ) ,
19+ snapshot : { url : '/' } ,
1920 }
2021 } ] ,
2122 } )
Original file line number Diff line number Diff line change 1212 "preinstall" : " pip install pip-tools" ,
1313 "install-data" : " cd data && pip install -r requirements.txt" ,
1414 "postinstall" : " yarn fyarn && yarn front ./download-images.sh" ,
15- "test-front" : " yarn front yarn test-once " ,
15+ "test-front" : " yarn front yarn test" ,
1616 "test-data" : " cd data && pytest" ,
1717 "test" : " yarn test-front && yarn test-data" ,
1818 "start-front" : " yarn fyarn stop && yarn front yarn serve" ,
You can’t perform that action at this time.
0 commit comments