chore: Install node requirements for python tests
This commit is contained in:
parent
77281c6207
commit
e485439ab7
1 changed files with 1 additions and 2 deletions
|
|
@ -99,8 +99,7 @@ install:
|
|||
- if [ $TYPE == "server" ]; then sed -i 's/socketio:/# socketio:/g' Procfile; fi
|
||||
- if [ $TYPE == "server" ]; then sed -i 's/redis_socketio:/# redis_socketio:/g' Procfile; fi
|
||||
|
||||
- if [ $TYPE == "ui" ]; then bench setup requirements --node; fi
|
||||
|
||||
- bench setup requirements --node
|
||||
- bench start &
|
||||
- bench --site test_site reinstall --yes
|
||||
- bench --site test_site_producer reinstall --yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue