Skip to content

Commit d62218d

Browse files
committed
Fix
1 parent 297cf36 commit d62218d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/integration-test-android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
-camera-front none
7171
script: |
7272
adb wait-for-device
73-
cd integration-test
74-
pwsh -Command "Invoke-Pester Integration.Tests.Android.ps1 -CI"
73+
cd integration-test && pwsh -Command "Invoke-Pester Integration.Tests.Android.ps1 -CI"
7574
env:
7675
SENTRY_UNREAL_TEST_DSN: ${{ secrets.SENTRY_UNREAL_TEST_DSN }}
7776
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_API_TOKEN }}

0 commit comments

Comments
 (0)