Skip to content

Commit

Permalink
Update run_ft_tests.bash to map port correctly for cloudserver image
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Nov 20, 2024
1 parent 3d01893 commit 5772e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/run_ft_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ killandsleep () {
sleep 10
}

docker run -d $CLOUDSERVER_IMAGE /bin/sh -c "yarn run mem_backend" -p $PORT & bash tests/utils/wait_for_local_port.bash $PORT 40
docker run -p $PORT:8000 -d $CLOUDSERVER_IMAGE /bin/sh -c "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 5772e76

Please sign in to comment.