Skip to content

Commit

Permalink
reuse cloudserver dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 31, 2024
1 parent bd19926 commit e4aab23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/run_ft_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ killandsleep () {
sleep 10
}

cd ${NODE_PATH}/@zenko/cloudserver && yarn run mem_backend & bash tests/utils/wait_for_local_port.bash $PORT 40./node_modules/.bin/nyc --clean --silent yarn run $1
cd ${NODE_PATH}/@zenko/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

0 comments on commit e4aab23

Please sign in to comment.