Skip to content

Commit

Permalink
chore: debug open
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Oct 23, 2024
1 parent 21e8a30 commit 8653c8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
chmod -R 755 SampleApp.app
codesign --deep -s - -f SampleApp.app
open SampleApp.app
echo $?
pgrep -f SampleApp
osascript -e 'tell application "System Events" to count (every process whose name is "SampleApp")'
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down

0 comments on commit 8653c8c

Please sign in to comment.