From 8a96873946be8945595f8c3108435ee298799a3c Mon Sep 17 00:00:00 2001 From: Andrew Yang Date: Fri, 15 Nov 2024 14:00:34 +1100 Subject: [PATCH] chore: pipeline --- .github/workflows/ui-tests.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index bc3dfa3f..f23a0384 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -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" @@ -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"