File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
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' }}
You can’t perform that action at this time.
0 commit comments