Skip to content

Commit b8f65cb

Browse files
committed
chore: xattr
1 parent 434d54b commit b8f65cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ls -la
6060
chmod -R 755 SampleApp.app
6161
codesign --deep -s - -f SampleApp.app
62-
xattr -l SampleApp.app
62+
xattr -d com.apple.quarantine SampleApp.app/Contents/MacOS/Immutable\ Sample
6363
open SampleApp.app
6464
osascript -e 'tell application "SampleApp" to activate'
6565
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)