Skip to content

Commit

Permalink
LT mobile configs
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Aug 20, 2024
1 parent d7b52d0 commit bffe195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/LT_ios_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
tags:
description: Gherkin Tags
required: true
default: android_mobile_tests
default: ios_mobile_tests

jobs:
scheduled-regression:
Expand All @@ -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

Expand All @@ -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
Expand Down

0 comments on commit bffe195

Please sign in to comment.