Skip to content

Commit 8653c8c

Browse files
committed
chore: debug open
1 parent 21e8a30 commit 8653c8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ui-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
chmod -R 755 SampleApp.app
6060
codesign --deep -s - -f SampleApp.app
6161
open SampleApp.app
62+
echo $?
63+
pgrep -f SampleApp
64+
osascript -e 'tell application "System Events" to count (every process whose name is "SampleApp")'
6265
- uses: actions/setup-python@v4
6366
with:
6467
python-version: "3.10"

0 commit comments

Comments
 (0)