-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
allow incoming network connections #977
Comments
@paulz could you please provide steps to reproduce the issue? It'll ease the debug process |
Thank you for looking into the issue, Mike. |
@paulz unfortunately not |
@paulz by the way, does your app signed? |
And as a workaround, could you try to add this line as the first step of your workflow? |
the app is signed using development certificate but we need ability to download and run Elixir components, which are not signed. Here is what we tried: will try you suggestion again later. We are looking for way to either have configuration option or action that can control firewall settings. |
Here are the steps to reproduce the issue: We start python server that comes with the image as part of our UI tests: by running: |
by using suggestion from support: actions/runner-images#977 (comment)
We tried that workaround, still seeing the firewall prompt, so it did not work for us, see this run: https://github.com/sparta-science/connect/suites/752598440/artifacts/7743970 If you want to download artifacts, expand zip and rename folder with extension .xcresult |
@paulz, Hi. Could you please run
or |
in hope to fix firewall pop based on suggestion: actions/runner-images#977 (comment)
Thank you, we tried that:
which mentions |
@paulz, Check please with strict path:
|
https: //github.com/actions/runner-images/issues/977#issuecomment-639064344 Co-authored-by: Paul Zabelin <paulz@users.noreply.github.com>
Thank you, @al-cheb it helped, no more firewall popups. Test still fails: Because now we have another popup blocking UITests: Thank you! |
@paulz, Thank you.
How to close notification window?
We are planning to roll-out a new image version with fix the window in one or two weeks. |
Yes, that looks like worked, thank you @al-cheb We have first successful test: https://github.com/sparta-science/connect/runs/736373878?check_suite_focus=true I had to change Looking forward for the new macOS image! |
we've deployed the image with Apple Script support and we implemented an image build step that closes all Finder windows at the end of the build so no more windows at the beginning of the workflow, except that one about the same computer name |
Describe the bug
When running UI tests for our Mac app we start the service that triggers firewall permissions alert.
Area for Triage:
Apple, Servers
Question, Bug, or Feature?:
Bug
Virtual environments affected
Expected behavior
Firewall rules to allow incoming connections or options to allow some.
Actual behavior
A description with steps to reproduce the issue. If your have a public example or repo to share,
please provide the link.
The text was updated successfully, but these errors were encountered: