Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: moving to GHA #1010

Merged
merged 12 commits into from
Aug 1, 2024
Merged

ci: moving to GHA #1010

merged 12 commits into from
Aug 1, 2024

Conversation

KazuCocoa
Copy link
Member

@KazuCocoa KazuCocoa commented Jul 31, 2024

This PR will remove Azure completely

@KazuCocoa KazuCocoa marked this pull request as ready for review August 1, 2024 07:38
@@ -65,10 +65,10 @@ jobs:
appium plugin install execute-driver
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log &

- name: Set up Python 3.9
- name: Set up Python 3.12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this plugin allow to just set the version to "latest"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, it looks like no. I tried the latest once but may have failed at that time. After removing the version, I installed v3.8.

try:
self.driver.set_network_connection(ConnectionType.DATA_ONLY)
except Exception:
assert False, "Should not raise any exceptions"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could also use pytest.fail

@KazuCocoa KazuCocoa merged commit fb06ca1 into master Aug 1, 2024
17 checks passed
@KazuCocoa KazuCocoa deleted the ci-android3 branch August 1, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants