Skip to content

Commit 099142a

Browse files
committed
ci: fix ui test path
1 parent 7bfce76 commit 099142a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ui-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
MAILSLURP_API_KEY: ${{ secrets.MAILSLURP_API_KEY }}
9595
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
9696
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
97-
working-directory: sample/Tests
98-
run: ${{ matrix.test_script }}
97+
run: |
98+
pwd
99+
ls -la
100+
cd unity-immutable-sdk/sample/Tests
101+
chmod +x ./${{ matrix.test_script }}
102+
./${{ matrix.test_script }}
99103

0 commit comments

Comments
 (0)