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 8653c8c commit 66e0fb6Copy full SHA for 66e0fb6
.github/workflows/ui-tests.yml
@@ -58,10 +58,13 @@ jobs:
58
export ALTSERVER_PORT=13000
59
chmod -R 755 SampleApp.app
60
codesign --deep -s - -f SampleApp.app
61
+ echo "Opening Unity sample app..."
62
open SampleApp.app
63
+ echo "Unity sample app launched. Waiting for 5 seconds..."
64
+ sleep 5
65
echo $?
66
pgrep -f SampleApp
- osascript -e 'tell application "System Events" to count (every process whose name is "SampleApp")'
67
+ osascript -e 'tell application "SampleApp" to activate'
68
- uses: actions/setup-python@v4
69
with:
70
python-version: "3.10"
0 commit comments