Skip to content

Commit

Permalink
Update utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Sep 19, 2024
1 parent 9a52bf4 commit 614cb81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function runTests(){
# fi

# Clone mock-firebolt repo if it doesn't already exist
# if [ ! -d "mock-firebolt" ]; then
if [ ! -d "mock-firebolt" ]; then
echo "Cloning mfos repo and start it in the background"
git clone https://github.com/rdkcentral/mock-firebolt.git
cd mock-firebolt/server
Expand All @@ -223,9 +223,9 @@ function runTests(){
npm install
npm start &
cd ../..
# else
# echo "mock-firebolt repo already exists. Skipping clone."
# fi
else
echo "mock-firebolt repo already exists. Skipping clone."
fi

# Clone Firebolt Certification App (FCA) if it doesn't exist
# if [ ! -d "firebolt-certification-app" ]; then
Expand Down

0 comments on commit 614cb81

Please sign in to comment.