From 12d634f84cd766259be9bb5571d84f702c4908e4 Mon Sep 17 00:00:00 2001 From: Andrew Yang Date: Tue, 12 Nov 2024 15:08:08 +1100 Subject: [PATCH] chore: revert --- .github/workflows/ui-tests.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 9ce06f77..3eae709c 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -18,15 +18,6 @@ jobs: fail-fast: false matrix: include: - - targetPlatform: StandaloneOSX - buildMethod: MacBuilder.BuildForAltTester - buildPath: sample/Builds/MacOS - - targetPlatform: StandaloneWindows64 - buildMethod: WindowsBuilder.BuildForAltTester - buildPath: sample/Builds/Windows64 - - targetPlatform: Android - buildMethod: MobileBuilder.BuildForAltTester - buildPath: sample/Builds/Android - targetPlatform: iOS buildMethod: MobileBuilder.BuildForAltTester buildPath: build/iOS @@ -50,8 +41,6 @@ jobs: with: targetPlatform: ${{ matrix.targetPlatform }} projectPath: sample - buildMethod: ${{ matrix.buildMethod }} - customParameters: -logFile logFile.log -quit -batchmode - name: List build directory run: ls -R ./ - name: Upload artifact @@ -59,7 +48,7 @@ jobs: if: always() with: name: Build-${{ matrix.targetPlatform }} - path: ${{ matrix.buildPath }} + path: build test: name: Run ${{ matrix.targetPlatform }} UI tests 🧪 needs: build