We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297cf36 commit d62218dCopy full SHA for d62218d
.github/workflows/integration-test-android.yml
@@ -70,8 +70,7 @@ jobs:
70
-camera-front none
71
script: |
72
adb wait-for-device
73
- cd integration-test
74
- pwsh -Command "Invoke-Pester Integration.Tests.Android.ps1 -CI"
+ cd integration-test && pwsh -Command "Invoke-Pester Integration.Tests.Android.ps1 -CI"
75
env:
76
SENTRY_UNREAL_TEST_DSN: ${{ secrets.SENTRY_UNREAL_TEST_DSN }}
77
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_API_TOKEN }}
0 commit comments