Skip to content

Commit

Permalink
Force 0.3.0 of xcpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Dec 19, 2024
1 parent f68d71e commit 10ad65e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/focus-ios-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
- name: Install packages
id: packages
run: |
gem uninstall xcpretty -v 0.4.0
gem install xcpretty -v 0.3.0
xcpretty -version
xcpretty _0.3.0_ -version
pip install blockkit==1.9.1
- name: Setup Xcode
id: xcode
Expand Down Expand Up @@ -70,9 +69,8 @@ jobs:
- name: Install packages
id: packages
run: |
gem uninstall xcpretty -v 0.4.0
gem install xcpretty -v 0.3.0
xcpretty -version
xcpretty _0.3.0_ -version
pip install blockkit==1.9.1
- name: Setup Xcode
id: xcode
Expand All @@ -99,7 +97,7 @@ jobs:
-destination 'platform=iOS Simulator,name=${{ matrix.ios_simulator }},OS=${{ env.ios_version }}' \
-testPlan ${{ matrix.xcodebuild_test_plan }} \
-resultBundlePath ${{ env.test_results_directory }}/results \
| tee xcodebuild.log | xcpretty -r junit && exit ${PIPESTATUS[0]}
| tee xcodebuild.log | xcpretty _0.3.0_ -r junit && exit ${PIPESTATUS[0]}
working-directory: ${{ env.browser }}
continue-on-error: true
# - name: Print test report
Expand Down

0 comments on commit 10ad65e

Please sign in to comment.