Skip to content

Commit 86bb77b

Browse files
adding one more include
1 parent bf8dfe1 commit 86bb77b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/L2-tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
L2-tests:
1919
name: Build and run L2 tests
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
2323
compiler: [ gcc, clang ]
@@ -89,8 +89,8 @@ jobs:
8989
with:
9090
repository: rdkcentral/entservices-testframework
9191
path: entservices-testframework
92-
ref: develop
93-
token: ${{ secrets.RDKCM_RDKE }}
92+
ref: feature/RDKEMW-2711-p2
93+
#token: ${{ secrets.RDKCM_RDKE }}
9494

9595
- name: Checkout googletest
9696
if: steps.cache.outputs.cache-hit != 'true'
@@ -302,6 +302,7 @@ jobs:
302302
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices
303303
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices/proc
304304
-I $GITHUB_WORKSPACE/install/usr/include
305+
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
305306
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
306307
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
307308
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
@@ -394,6 +395,7 @@ jobs:
394395
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices/proc
395396
-I $GITHUB_WORKSPACE/entservices-deviceanddisplay/helpers
396397
-I $GITHUB_WORKSPACE/install/usr/include
398+
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
397399
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
398400
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
399401
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h

0 commit comments

Comments
 (0)