File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
- targetPlatform : StandaloneWindows64
26
26
buildMethod : WindowsBuilder.BuildForAltTester
27
27
buildPath : sample/Builds/Windows64
28
- # - targetPlatform: Android
29
- # buildMethod: MobileBuilder.BuildForAltTester
30
- # buildPath: sample/Builds/Android
28
+ - targetPlatform : Android
29
+ buildMethod : MobileBuilder.BuildForAltTester
30
+ buildPath : sample/Builds/Android
31
31
steps :
32
32
- uses : actions/checkout@v3
33
33
with :
73
73
- targetPlatform : StandaloneWindows64
74
74
runs-on : [self-hosted, windows]
75
75
test_script : pytest -xs test/test_windows.py::WindowsTest
76
- # - targetPlatform: Android
77
- # runs-on: [ self-hosted, macOS ]
78
- # test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"
76
+ - targetPlatform : Android
77
+ runs-on : [ self-hosted, macOS ]
78
+ test_script : browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"
79
79
concurrency :
80
80
group : test-${{ matrix.targetPlatform }}
81
81
runs-on : ${{ matrix.runs-on }}
You can’t perform that action at this time.
0 commit comments