Skip to content

Commit

Permalink
Changes to FCA
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Sep 18, 2024
1 parent 6da92be commit afc6ef8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,9 @@ function runTests(){
fi

# Clone Firebolt Certification App (FCA) if it doesn't exist
if [ ! -d "firebolt-certification-app" ]; then
echo "Clone FCA repo"
git clone --branch main https://github.com/rdkcentral/firebolt-certification-app.git
fi
echo "Clone FCA repo"
git clone --branch main https://github.com/rdkcentral/firebolt-certification-app.git


echo "Updating dependency for ${MODULE} in FCA"
cd firebolt-certification-app
Expand Down

0 comments on commit afc6ef8

Please sign in to comment.