We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc9120 commit e5bfbfaCopy full SHA for e5bfbfa
.github/workflows/L1-tests.yml
@@ -123,7 +123,7 @@ jobs:
123
with:
124
repository: rdkcentral/entservices-testframework
125
path: entservices-testframework
126
- ref: develop
+ ref: feature/RDKEMW-1008-COM-RPC_support
127
token: ${{ secrets.RDKCM_RDKE }}
128
129
- name: Checkout entservices-inputoutput
@@ -138,7 +138,7 @@ jobs:
138
139
repository: rdkcentral/entservices-inputoutput
140
path: entservices-inputoutput
141
142
143
- name: Checkout googletest
144
if: steps.cache.outputs.cache-hit != 'true'
0 commit comments