Update frontend-testing.sh

This commit is contained in:
Lalit Deore
2025-02-20 19:43:29 +05:30
committed by GitHub
parent 2d00444a5a
commit d7b20a8def
+2 -2
View File
@@ -67,7 +67,7 @@ Routes+=(
ALL_ROUTES=("${Routes[@]}")
# Stop frontend container to so it test unpushed changes to shuffle-frontend container
# Stop frontend container to so it test unpushed changes
docker stop shuffle-frontend
# Install dependencies
@@ -101,4 +101,4 @@ echo "Testing complete. See above logs for errors if any."
echo "Starting shuffle-frontend container..."
docker start shuffle-frontend
echo "shuffle-frontend started successfully."
exit 0
exit 0