Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 22, 2024
1 parent 3b34386 commit da5c394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
- run:
pip3 install requests

- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Copy test_resources
Expand Down
2 changes: 1 addition & 1 deletion script/automation/browserstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main(args: argparse.Namespace) -> None:
'testSuite': test_response_json['test_suite_url'],
'project': args.project_name,
'devices': devices_dict[args.devices],
'deviceLogs': true
'deviceLogs': True
}

while True:
Expand Down

0 comments on commit da5c394

Please sign in to comment.