We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a316a commit 88eebeeCopy full SHA for 88eebee
.github/workflows/ui-tests.yml
@@ -57,7 +57,7 @@ jobs:
57
export ALTSERVER_HOST="54.66.58.33"
58
export ALTSERVER_PORT=13000
59
chmod -R 755 SampleApp.app
60
- xattr -d com.apple.quarantine
+ xattr -d com.apple.quarantine SampleApp.app
61
open SampleApp.app
62
osascript -e 'tell application "SampleApp" to activate'
63
- uses: actions/setup-python@v4
0 commit comments