Skip to content

Commit

Permalink
stop checking-in binary artifacts in the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 11, 2024
1 parent 12b92c9 commit 3708f3b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 120 deletions.
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.

0 comments on commit 3708f3b

Please sign in to comment.