Skip to content

Commit 2e77f52

Browse files
authored
Update L1-tests.yml
1 parent 83a96de commit 2e77f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/L1-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
repository: rdkcentral/entservices-testframework
109109
path: entservices-testframework
110-
branch: develop
110+
ref: develop
111111

112112
- name: Checkout entservices-inputoutput
113113
uses: actions/checkout@v3
@@ -554,4 +554,4 @@ jobs:
554554
if: ${{ !env.ACT }}
555555
run: >
556556
mkdir -p /tmp/Gtest_Report/ &&
557-
cp -r valgrind_log entservices-testframeworkL1TestResultsWithoutValgrind.json entservices-testframeworkL1TestResultsWithValgrind.json coverage /tmp/Gtest_Report/
557+
cp -r valgrind_log entservices-testframeworkL1TestResultsWithoutValgrind.json entservices-testframeworkL1TestResultsWithValgrind.json coverage /tmp/Gtest_Report/

0 commit comments

Comments
 (0)