Skip to content

Commit a5b7042

Browse files
committed
chore: add sudo
1 parent b639eca commit a5b7042

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
@@ -42,7 +42,7 @@ jobs:
4242
export RUN_IN_BROWSERSTACK="false"
4343
export ALTSERVER_PORT=13005
4444
export ALTSERVER_HOST="192.168.11.35"
45-
chmod -R 755 SampleApp.app
45+
sudo chmod -R 755 SampleApp.app
4646
open SampleApp.app
4747
- uses: actions/setup-python@v4
4848
with:

0 commit comments

Comments
 (0)