Skip to content

Commit

Permalink
add xcbeautify
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 11, 2024
1 parent 64e5d3d commit 873c229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: gradle

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

- name: Build Maestro CLI
run: ./gradlew :maestro-cli:distZip
Expand Down
4 changes: 2 additions & 2 deletions maestro-ios-xctest-runner/build-maestro-ios-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ xcodebuild \
build-for-testing

## Remove intermediates, output and copy runner in maestro-ios-driver
cp \
cp -r \
./build/Products/Debug-iphonesimulator/maestro-driver-iosUITests-Runner.app \
./maestro-ios-driver/src/main/resources/maestro-driver-iosUITests-Runner.app

cp \
cp -r \
./build/Products/Debug-iphonesimulator/maestro-driver-ios.app \
./maestro-ios-driver/src/main/resources/maestro-driver-ios.app

Expand Down

0 comments on commit 873c229

Please sign in to comment.