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 83a96de commit 2e77f52Copy full SHA for 2e77f52
.github/workflows/L1-tests.yml
@@ -107,7 +107,7 @@ jobs:
107
with:
108
repository: rdkcentral/entservices-testframework
109
path: entservices-testframework
110
- branch: develop
+ ref: develop
111
112
- name: Checkout entservices-inputoutput
113
uses: actions/checkout@v3
@@ -554,4 +554,4 @@ jobs:
554
if: ${{ !env.ACT }}
555
run: >
556
mkdir -p /tmp/Gtest_Report/ &&
557
- cp -r valgrind_log entservices-testframeworkL1TestResultsWithoutValgrind.json entservices-testframeworkL1TestResultsWithValgrind.json coverage /tmp/Gtest_Report/
+ cp -r valgrind_log entservices-testframeworkL1TestResultsWithoutValgrind.json entservices-testframeworkL1TestResultsWithValgrind.json coverage /tmp/Gtest_Report/
0 commit comments