Skip to content

Commit

Permalink
chore: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Nov 15, 2024
1 parent 76d0ce0 commit 8a96873
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ jobs:
path: ${{ matrix.buildPath }}
test:
name: Run ${{ matrix.targetPlatform }} UI tests 🧪
# needs: build
needs: build
strategy:
matrix:
include:
# - targetPlatform: StandaloneOSX
# runs-on: [self-hosted, macOS]
# test_script: test_mac.sh
# - targetPlatform: StandaloneWindows64
# runs-on: [self-hosted, windows]
# test_script: test_windows.ps1
# - targetPlatform: Android
# runs-on: [ self-hosted, macOS ]
# test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"
- targetPlatform: StandaloneOSX
runs-on: [self-hosted, macOS]
test_script: test_mac.sh
- targetPlatform: StandaloneWindows64
runs-on: [self-hosted, windows]
test_script: test_windows.ps1
- targetPlatform: Android
runs-on: [ self-hosted, macOS ]
test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"
- targetPlatform: iOS
runs-on: [ self-hosted, macOS ]
test_script: browserstack-sdk pytest -s ./test/test_ios.py --browserstack.config "browserstack.ios.yml"
Expand All @@ -80,10 +80,10 @@ jobs:
- uses: actions/checkout@v3
with:
lfs: true
# - uses: actions/download-artifact@v4
# with:
# name: Build-${{ matrix.targetPlatform }}
# path: sample/Tests
- uses: actions/download-artifact@v4
with:
name: Build-${{ matrix.targetPlatform }}
path: sample/Tests
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down

0 comments on commit 8a96873

Please sign in to comment.