Skip to content

Commit 8a96873

Browse files
committed
chore: pipeline
1 parent 76d0ce0 commit 8a96873

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ui-tests.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@ jobs:
5757
path: ${{ matrix.buildPath }}
5858
test:
5959
name: Run ${{ matrix.targetPlatform }} UI tests 🧪
60-
# needs: build
60+
needs: build
6161
strategy:
6262
matrix:
6363
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"
7373
- targetPlatform: iOS
7474
runs-on: [ self-hosted, macOS ]
7575
test_script: browserstack-sdk pytest -s ./test/test_ios.py --browserstack.config "browserstack.ios.yml"
@@ -80,10 +80,10 @@ jobs:
8080
- uses: actions/checkout@v3
8181
with:
8282
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
8787
- uses: actions/setup-python@v4
8888
with:
8989
python-version: "3.10"

0 commit comments

Comments
 (0)