test: setup requirements
This commit is contained in:
8
.github/helper/install.sh
vendored
8
.github/helper/install.sh
vendored
@@ -5,14 +5,10 @@ cd ~ || exit
|
|||||||
echo "Setting Up Bench..."
|
echo "Setting Up Bench..."
|
||||||
|
|
||||||
pip install frappe-bench
|
pip install frappe-bench
|
||||||
bench -v init frappe-bench --skip-assets --python "$(which python)" --frappe-path "${GITHUB_WORKSPACE}"
|
bench -v init frappe-bench --skip-assets --python "$(which python)"
|
||||||
cd ./frappe-bench || exit
|
cd ./frappe-bench || exit
|
||||||
|
|
||||||
bench -v setup requirements --dev
|
bench -v setup requirements
|
||||||
if [ "$TYPE" == "ui" ]
|
|
||||||
then
|
|
||||||
bench -v setup requirements --node;
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Setting Up LMS App..."
|
echo "Setting Up LMS App..."
|
||||||
bench get-app lms "${GITHUB_WORKSPACE}"
|
bench get-app lms "${GITHUB_WORKSPACE}"
|
||||||
|
|||||||
Reference in New Issue
Block a user