|
17 | 17 | jobs:
|
18 | 18 | L2-tests:
|
19 | 19 | name: Build and run L2 tests
|
20 |
| - runs-on: ubuntu-22.04 |
| 20 | + runs-on: ubuntu-latest |
21 | 21 | strategy:
|
22 | 22 | matrix:
|
23 | 23 | compiler: [ gcc, clang ]
|
|
89 | 89 | with:
|
90 | 90 | repository: rdkcentral/entservices-testframework
|
91 | 91 | path: entservices-testframework
|
92 |
| - ref: develop |
93 |
| - token: ${{ secrets.RDKCM_RDKE }} |
| 92 | + ref: feature/RDKEMW-2711-p2 |
| 93 | + #token: ${{ secrets.RDKCM_RDKE }} |
94 | 94 |
|
95 | 95 | - name: Checkout googletest
|
96 | 96 | if: steps.cache.outputs.cache-hit != 'true'
|
@@ -302,6 +302,7 @@ jobs:
|
302 | 302 | -I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices
|
303 | 303 | -I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices/proc
|
304 | 304 | -I $GITHUB_WORKSPACE/install/usr/include
|
| 305 | + -I $GITHUB_WORKSPACE/install/usr/include/WPEFramework |
305 | 306 | -include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
|
306 | 307 | -include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
|
307 | 308 | -include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
|
@@ -394,6 +395,7 @@ jobs:
|
394 | 395 | -I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices/proc
|
395 | 396 | -I $GITHUB_WORKSPACE/entservices-deviceanddisplay/helpers
|
396 | 397 | -I $GITHUB_WORKSPACE/install/usr/include
|
| 398 | + -I $GITHUB_WORKSPACE/install/usr/include/WPEFramework |
397 | 399 | -include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
|
398 | 400 | -include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
|
399 | 401 | -include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
|
|
0 commit comments