From bffe195bffadcda7f7e6bcd50de387c77c9f52be Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Tue, 20 Aug 2024 17:05:46 +0500 Subject: [PATCH] LT mobile configs --- .github/workflows/LT_ios_workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/LT_ios_workflow.yml b/.github/workflows/LT_ios_workflow.yml index 8b96134a..4dc9276b 100644 --- a/.github/workflows/LT_ios_workflow.yml +++ b/.github/workflows/LT_ios_workflow.yml @@ -14,7 +14,7 @@ on: tags: description: Gherkin Tags required: true - default: android_mobile_tests + default: ios_mobile_tests jobs: scheduled-regression: @@ -25,7 +25,7 @@ jobs: matrix: include: - name: IOS Mobile - tags: 'android_mobile_tests' + tags: 'ios_mobile_tests' config_file: ./env_configs/lamdatest/ios_mobile_LT.json html_report: ios-mobile @@ -42,7 +42,7 @@ jobs: with: user: ${{secrets.LT_USERNAME}} accessKey: ${{secrets.LT_ACCESS_KEY}} - tunnelName: "androidPytestTunnel" + tunnelName: "iosPytestTunnel" verbose: true - name: Check out code