diff --git a/.github/workflows/L2-tests.yml b/.github/workflows/L2-tests.yml index 83828884..d3867152 100644 --- a/.github/workflows/L2-tests.yml +++ b/.github/workflows/L2-tests.yml @@ -55,7 +55,7 @@ jobs: - name: Start l2-container service run: | - docker run -d --name native-platform --link mockxconf -e ENABLE_MTLS=true -v ${{ github.workspace }}:/mnt/L2_CONTAINER_SHARED_VOLUME ghcr.io/rdkcentral/docker-device-mgt-service-test/native-platform:latest + docker run -d --name native-platform --link mockxconf -e ENABLE_PKCS11=true -e ENABLE_MTLS=true -v ${{ github.workspace }}:/mnt/L2_CONTAINER_SHARED_VOLUME ghcr.io/rdkcentral/docker-device-mgt-service-test/native-platform:latest - name: Enter Inside Platform native container and run L2 Test run: |