Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop checking in binary artifacts in git #2032

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
java-version: ${{ matrix.java-version }}
cache: gradle

- name: Build xctest-runner
- name: Build Android test runner
run: ./gradlew :maestro-android:assembleDebug :maestro-android:assembleDebugAndroidTest

- name: Build iOS test runner
run: ./maestro-ios-xctest-runner/build-maestro-ios-runner.sh | xcbeautify

- name: Build Maestro CLI
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/warn_build_xctestrunner.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ bin

# media assets
maestro-orchestra/src/test/resources/media/assets/*

# Generated artifacts required for CLI operation, but not checked in git
maestro-ios-driver/src/main/resources/maestro-driver-ios.zip
maestro-ios-driver/src/main/resources/maestro-driver-iosUITests-Runner.zip

maestro-client/src/main/resources/maestro-app.apk
maestro-client/src/main/resources/maestro-server.apk
Binary file removed maestro-client/src/main/resources/maestro-app.apk
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading