Skip to content

Commit

Permalink
chore: add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Oct 22, 2024
1 parent b639eca commit a5b7042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
export RUN_IN_BROWSERSTACK="false"
export ALTSERVER_PORT=13005
export ALTSERVER_HOST="192.168.11.35"
chmod -R 755 SampleApp.app
sudo chmod -R 755 SampleApp.app
open SampleApp.app
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit a5b7042

Please sign in to comment.