diff --git a/.github/workflows/LT_android_workflow.yml b/.github/workflows/LT_android_workflow.yml index 8c2f69de..2f7b60f3 100644 --- a/.github/workflows/LT_android_workflow.yml +++ b/.github/workflows/LT_android_workflow.yml @@ -1,4 +1,4 @@ -name: BS - Android App Tests +name: LT - Android App Tests env: TAGS: "android_mobile_tests" @@ -8,7 +8,7 @@ env: on: schedule: - - cron: '0 * * * *' + - cron: '0 21 * * *' workflow_dispatch: inputs: tags: @@ -39,10 +39,10 @@ jobs: - name: Start Tunnel uses: LambdaTest/LambdaTest-tunnel-action@v2 - tunnelName: "androidPytestTunnel" with: user: ${{secrets.LT_USERNAME}} accessKey: ${{secrets.LT_ACCESS_KEY}} + tunnelName: "androidPytestTunnel" verbose: true - name: Check out code @@ -94,10 +94,10 @@ jobs: - name: Start Tunnel uses: LambdaTest/LambdaTest-tunnel-action@v2 - tunnelName: "androidPytestTunnel" with: user: ${{secrets.LT_USERNAME}} accessKey: ${{secrets.LT_ACCESS_KEY}} + tunnelName: "androidPytestTunnel" verbose: true - name: Check out code