Skip to content

Commit

Permalink
add main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bpvstaty366 committed Feb 29, 2024
1 parent 7e36406 commit b9abbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function runTests(){
cd ..//..

echo "clone fca repo and start it in the background"
git clone https://github.com/rdkcentral/firebolt-certification-app.git
git clone --branch main https://github.com/rdkcentral/firebolt-certification-app.git
cd firebolt-certification-app
jq '.dependencies["@firebolt-js/sdk"] = "file:../firebolt-apis/src/sdks/core"' package.json > package.json.tmp && mv package.json.tmp package.json
cat package.json
Expand Down

0 comments on commit b9abbfc

Please sign in to comment.