Skip to content

Commit

Permalink
Dev: revert to xcpretty, use custom fork
Browse files Browse the repository at this point in the history
  • Loading branch information
lxbndr committed Aug 1, 2024
1 parent 2d12030 commit 20411ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/pull-request-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- uses: actions/checkout@v4
- name: Select XCode 14.2
run: sudo xcode-select --switch /Applications/Xcode_14.2.app
- name: Replace Xcpretty
run: |
sudo gem uninstall xcpretty
sudo gem install specific_install
sudo gem specific_install https://github.com/readdle/xcpretty
- name: Install NDK
run: $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "ndk;25.2.9519653"
- name: Install Swift Android Toolchain
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/test-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ swift-test --deploy \
swift-test --just-run | tee .build/reports/test.log
return_code=${PIPESTATUS[0]}

cat .build/reports/test.log | xcbeautify --report junit --report-path .build/reports
cat .build/reports/test.log | xcpretty --report junit --output .build/reports/junit.xml

cat .build/reports/ndk-stack.log

Expand Down

0 comments on commit 20411ed

Please sign in to comment.