Skip to content

Commit 701901f

Browse files
committed
chore: codesign
1 parent 98ee030 commit 701901f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
export ALTSERVER_HOST="54.66.58.33"
5858
export ALTSERVER_PORT=13000
5959
chmod -R 755 SampleApp.app
60-
xattr -d com.apple.quarantine SampleApp.app
60+
codesign --deep -s - -f SampleApp.app
61+
# xattr -d com.apple.quarantine SampleApp.app
6162
open SampleApp.app
6263
- uses: actions/setup-python@v4
6364
with:

0 commit comments

Comments
 (0)