Skip to content

Commit

Permalink
install webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
dianabarsan committed Aug 18, 2023
1 parent 5e4f439 commit 307b6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scalability/run_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apt-get install nodejs npm -y

cd cht-core
npm install patch-package
cd webapp && npm ci && ../
cd webapp && npm ci && cd ../
cd tests/scalability
echo "Changing config to match url arg"
node -p "const fs = require('fs');var path = './config.json';var config = JSON.stringify({...require(path), url: '$MEDIC_URL'}, null, 2);fs.writeFileSync(path,config,{encoding:'utf8',flag:'w'});"
Expand Down

0 comments on commit 307b6b6

Please sign in to comment.