Skip to content

Commit 12d634f

Browse files
committed
chore: revert
1 parent e31450b commit 12d634f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- targetPlatform: StandaloneOSX
22-
buildMethod: MacBuilder.BuildForAltTester
23-
buildPath: sample/Builds/MacOS
24-
- targetPlatform: StandaloneWindows64
25-
buildMethod: WindowsBuilder.BuildForAltTester
26-
buildPath: sample/Builds/Windows64
27-
- targetPlatform: Android
28-
buildMethod: MobileBuilder.BuildForAltTester
29-
buildPath: sample/Builds/Android
3021
- targetPlatform: iOS
3122
buildMethod: MobileBuilder.BuildForAltTester
3223
buildPath: build/iOS
@@ -50,16 +41,14 @@ jobs:
5041
with:
5142
targetPlatform: ${{ matrix.targetPlatform }}
5243
projectPath: sample
53-
buildMethod: ${{ matrix.buildMethod }}
54-
customParameters: -logFile logFile.log -quit -batchmode
5544
- name: List build directory
5645
run: ls -R ./
5746
- name: Upload artifact
5847
uses: actions/upload-artifact@v4
5948
if: always()
6049
with:
6150
name: Build-${{ matrix.targetPlatform }}
62-
path: ${{ matrix.buildPath }}
51+
path: build
6352
test:
6453
name: Run ${{ matrix.targetPlatform }} UI tests 🧪
6554
needs: build

0 commit comments

Comments
 (0)