Skip to content

Commit 06e1051

Browse files
committed
chore: update path
1 parent 5a5727b commit 06e1051

File tree

2 files changed

+5
-30
lines changed

2 files changed

+5
-30
lines changed

.github/workflows/ui-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ jobs:
5858
run: pip install -r "sample/Tests/requirements.txt"
5959
- name: Run UI tests
6060
env:
61-
UNITY_APP_PATH: SampleApp.app
61+
UNITY_APP_PATH: ${{ github.workspace }}/SampleApp.app
6262
UNITY_APP_NAME: SampleApp
63+
working-directory: sample/Tests
6364
run: |
64-
chmod -R 755 SampleApp.app
65-
chmod +x sample/Tests/test_mac.sh
66-
./sample/Tests/test_mac.sh
65+
chmod -R 755 ${{ github.workspace }}/SampleApp.app
66+
chmod +x test_mac.sh
67+
./test_mac.sh
6768

sample/Tests/test.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)