Skip to content

Commit

Permalink
remove artifacts and fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 11, 2024
1 parent 2202458 commit e337189
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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
Binary file removed maestro-client/src/main/resources/maestro-app.apk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 3 additions & 6 deletions maestro-ios-xctest-runner/build-maestro-ios-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ cp \
./build/Products/*.xctestrun \
./maestro-ios-driver/src/main/resources/maestro-driver-ios-config.xctestrun


cd ./maestro-ios-driver/src/main/resources
zip -r maestro-driver-iosUITests-Runner.zip ./maestro-driver-iosUITests-Runner.app
zip -r maestro-driver-ios.zip ./maestro-driver-ios.app
rm -r ./*.app
cd -
(cd ./maestro-ios-driver/src/main/resources && zip -r maestro-driver-iosUITests-Runner.zip ./maestro-driver-iosUITests-Runner.app)
(cd ./maestro-ios-driver/src/main/resources && zip -r maestro-driver-ios.zip ./maestro-driver-ios.app)
rm -r ./maestro-ios-driver/src/main/resources/*.app

0 comments on commit e337189

Please sign in to comment.