Skip to content

Commit 3708f3b

Browse files
committed
stop checking-in binary artifacts in the repo
1 parent 12b92c9 commit 3708f3b

File tree

8 files changed

+11
-120
lines changed

8 files changed

+11
-120
lines changed

.github/workflows/test-e2e.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
java-version: ${{ matrix.java-version }}
2727
cache: gradle
2828

29-
- name: Build xctest-runner
29+
- name: Build Android test runner
30+
run: ./gradlew :maestro-android:assembleDebug :maestro-android:assembleDebugAndroidTest
31+
32+
- name: Build iOS test runner
3033
run: ./maestro-ios-xctest-runner/build-maestro-ios-runner.sh | xcbeautify
3134

3235
- name: Build Maestro CLI

.github/workflows/warn_build_xctestrunner.yaml

-14
This file was deleted.

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ bin
1313

1414
# media assets
1515
maestro-orchestra/src/test/resources/media/assets/*
16+
17+
# Generated artifacts required for CLI operation, but not checked in git
18+
maestro-ios-driver/src/main/resources/maestro-driver-ios.zip
19+
maestro-ios-driver/src/main/resources/maestro-driver-iosUITests-Runner.zip
20+
21+
maestro-client/src/main/resources/maestro-app.apk
22+
maestro-client/src/main/resources/maestro-server.apk
-10.1 MB
Binary file not shown.
Binary file not shown.

maestro-ios-driver/src/main/resources/maestro-driver-ios-config.xctestrun

-105
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)