@@ -57,19 +57,19 @@ jobs:
57
57
path : ${{ matrix.buildPath }}
58
58
test :
59
59
name : Run ${{ matrix.targetPlatform }} UI tests 🧪
60
- # needs: build
60
+ needs : build
61
61
strategy :
62
62
matrix :
63
63
include :
64
- # - targetPlatform: StandaloneOSX
65
- # runs-on: [self-hosted, macOS]
66
- # test_script: test_mac.sh
67
- # - targetPlatform: StandaloneWindows64
68
- # runs-on: [self-hosted, windows]
69
- # test_script: test_windows.ps1
70
- # - targetPlatform: Android
71
- # runs-on: [ self-hosted, macOS ]
72
- # test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"
64
+ - targetPlatform : StandaloneOSX
65
+ runs-on : [self-hosted, macOS]
66
+ test_script : test_mac.sh
67
+ - targetPlatform : StandaloneWindows64
68
+ runs-on : [self-hosted, windows]
69
+ test_script : test_windows.ps1
70
+ - targetPlatform : Android
71
+ runs-on : [ self-hosted, macOS ]
72
+ test_script : browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"
73
73
- targetPlatform : iOS
74
74
runs-on : [ self-hosted, macOS ]
75
75
test_script : browserstack-sdk pytest -s ./test/test_ios.py --browserstack.config "browserstack.ios.yml"
@@ -80,10 +80,10 @@ jobs:
80
80
- uses : actions/checkout@v3
81
81
with :
82
82
lfs : true
83
- # - uses: actions/download-artifact@v4
84
- # with:
85
- # name: Build-${{ matrix.targetPlatform }}
86
- # path: sample/Tests
83
+ - uses : actions/download-artifact@v4
84
+ with :
85
+ name : Build-${{ matrix.targetPlatform }}
86
+ path : sample/Tests
87
87
- uses : actions/setup-python@v4
88
88
with :
89
89
python-version : " 3.10"
0 commit comments