Skip to content

Commit

Permalink
Update cloudserver installation command in run_ft_tests.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Nov 4, 2024
1 parent 7e8a938 commit 7b32685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/scripts/run_ft_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -eu -o pipefail
NODE_PATH=${NODE_PATH:-node_modules}
# port for cloudserver
PORT=8000
git clone --branch 8.6.8 git@github.com:scality/cloudserver

if [ ! -d "${NODE_PATH}/@zenko/cloudserver" ]; then
echo "cloudserver module was not found!"
Expand All @@ -19,6 +20,6 @@ killandsleep () {
sleep 10
}

cd ${NODE_PATH}/@zenko/cloudserver && yarn run mem_backend & bash tests/utils/wait_for_local_port.bash $PORT 40
cd cloudserver && yarn run mem_backend & bash tests/utils/wait_for_local_port.bash $PORT 40
./node_modules/.bin/nyc --clean --silent yarn run $1
./node_modules/.bin/nyc report --report-dir "./coverage/$1" --reporter=lcov
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"node-rdkafka-prometheus/prom-client": "14.2.0"
},
"devDependencies": {
"@zenko/cloudserver": "git+https://github.com/scality/cloudserver#8.6.8",
"c8": "^10.1.2",
"eslint": "^9.13.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down

0 comments on commit 7b32685

Please sign in to comment.