From 9bbee7ff7768557eff778c74a78290fe754cd70e Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Fri, 16 Aug 2024 13:00:22 +0500 Subject: [PATCH 1/3] LT mobile configs --- .github/workflows/LT_android_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/LT_android_workflow.yml b/.github/workflows/LT_android_workflow.yml index 8c2f69de..16b95ca5 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" From 98ce86ff5153809a3e86d00abc3e64429df9c873 Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Fri, 16 Aug 2024 13:03:53 +0500 Subject: [PATCH 2/3] LT mobile configs --- .github/workflows/LT_android_workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/LT_android_workflow.yml b/.github/workflows/LT_android_workflow.yml index 16b95ca5..c1e44aec 100644 --- a/.github/workflows/LT_android_workflow.yml +++ b/.github/workflows/LT_android_workflow.yml @@ -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 From 4acca6d97240f81114694564838bacf4e416b263 Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Fri, 16 Aug 2024 13:04:39 +0500 Subject: [PATCH 3/3] LT mobile configs --- .github/workflows/LT_android_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/LT_android_workflow.yml b/.github/workflows/LT_android_workflow.yml index c1e44aec..2f7b60f3 100644 --- a/.github/workflows/LT_android_workflow.yml +++ b/.github/workflows/LT_android_workflow.yml @@ -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