Skip to content

Commit b639eca

Browse files
committed
chore: fix typo
1 parent 91abeaa commit b639eca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ jobs:
3939
- name: Open application
4040
working-directory: sample/Builds/MacOS
4141
run: |
42-
pwd
43-
ls -la
4442
export RUN_IN_BROWSERSTACK="false"
4543
export ALTSERVER_PORT=13005
4644
export ALTSERVER_HOST="192.168.11.35"
47-
chmod -R 755 sampleApp.app
48-
open sampleApp.app
45+
chmod -R 755 SampleApp.app
46+
open SampleApp.app
4947
- uses: actions/setup-python@v4
5048
with:
5149
python-version: "3.10"

0 commit comments

Comments
 (0)