diff --git a/.github/workflows/focus-ios-ui-tests.yml b/.github/workflows/focus-ios-ui-tests.yml index 64d6b480df3e..1403da0f4b79 100644 --- a/.github/workflows/focus-ios-ui-tests.yml +++ b/.github/workflows/focus-ios-ui-tests.yml @@ -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 @@ -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 @@ -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