chore: Install node requirements in UI tests
This commit is contained in:
parent
5b54cba2cb
commit
30b64c304f
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,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
|
||||
|
||||
- bench setup requirements --node
|
||||
- if [ $TYPE == "ui" ]; then bench setup requirements --node; fi
|
||||
- bench start &
|
||||
- bench --site test_site reinstall --yes
|
||||
- bench --site test_site_producer reinstall --yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue