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 86bb77b commit 8cfacacCopy full SHA for 8cfacac
.github/workflows/L2-tests.yml
@@ -17,7 +17,7 @@ env:
17
jobs:
18
L2-tests:
19
name: Build and run L2 tests
20
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
21
strategy:
22
matrix:
23
compiler: [ gcc, clang ]
@@ -90,7 +90,7 @@ jobs:
90
repository: rdkcentral/entservices-testframework
91
path: entservices-testframework
92
ref: feature/RDKEMW-2711-p2
93
- #token: ${{ secrets.RDKCM_RDKE }}
+ token: ${{ secrets.RDKCM_RDKE }}
94
95
- name: Checkout googletest
96
if: steps.cache.outputs.cache-hit != 'true'
0 commit comments