Skip to content

Commit 8cfacac

Browse files
retrigger
1 parent 86bb77b commit 8cfacac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/L2-tests.yml

Lines changed: 2 additions & 2 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-latest
20+
runs-on: ubuntu-22.04
2121
strategy:
2222
matrix:
2323
compiler: [ gcc, clang ]
@@ -90,7 +90,7 @@ jobs:
9090
repository: rdkcentral/entservices-testframework
9191
path: entservices-testframework
9292
ref: feature/RDKEMW-2711-p2
93-
#token: ${{ secrets.RDKCM_RDKE }}
93+
token: ${{ secrets.RDKCM_RDKE }}
9494

9595
- name: Checkout googletest
9696
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)