We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975cb1b commit e08d1dfCopy full SHA for e08d1df
scripts/release.sh
@@ -99,14 +99,15 @@ retry_step "make build" "make build"
99
100
# Step 3: EE Tests
101
if [ -d $RA_ENTERPRISE_PATH ]; then
102
+ current_dir=$(pwd)
103
retry_step "Run the EE tests" "
104
cp -r packages/* \$RA_ENTERPRISE_PATH/node_modules &&
105
cd \$RA_ENTERPRISE_PATH &&
106
rm -rf node_modules/react-admin/node_modules/@mui &&
107
make build &&
108
CI=true DEBUG_PRINT_LIMIT=3 make test
109
"
- cd -
110
+ cd "$current_dir"
111
else
112
manual_step "Run the EE tests" "
113
Cannot find the $RA_ENTERPRISE_PATH folder in the repository parent directory
0 commit comments