Skip to content

Commit a32ab71

Browse files
committed
Update tests invocation
1 parent 046f867 commit a32ab71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
env:
14+
GITHUB_TOKEN: ${{ github.token }}
1415
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
1516
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
16-
GITHUB_TOKEN: ${{ github.token }}
1717
SAUCE_REGION: us-west-1
1818
SAUCE_DEVICE_NAME: Samsung_Galaxy_S23_15_real_sjc1
1919
SAUCE_SESSION_NAME: UE ${{ inputs.unreal-version }} Android Integration Test
@@ -39,8 +39,7 @@ jobs:
3939
SENTRY_UNREAL_TEST_APP_PATH: ${{ github.workspace }}/sample-build/SentryPlayground-arm64.apk
4040
run: |
4141
cmake -B build -S .
42-
$Container = New-PesterContainer -Path 'Integration.Android.Tests.ps1' -Data @{ Platform = 'SauceLabs' }
43-
Invoke-Pester -Container $Container -CI
42+
Invoke-Pester Integration.Android.Tests.ps1 -CI
4443
4544
- name: Upload integration test output
4645
if: ${{ always() && steps.run-integration-tests.outcome == 'failure' }}

0 commit comments

Comments
 (0)