Skip to content

Commit

Permalink
build(gem): use older xcpretty version
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Nov 12, 2024
1 parent cbf7559 commit a8ff608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: xcrun simctl list -j
- name: Install dependencies
run: |
gem install xcpretty
gem install xcpretty -v 0.3.0
cd ./Tests && pod install && cd ..
- name: Configure test environment
run: |
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
features-path: Tests/Support Files/Features
- name: Install dependencies
run: |
gem install xcpretty
gem install xcpretty -v 0.3.0
cd ./Tests && pod install && cd ..
- name: Configure test environment
run: ./Tests/Support\ Files/Scripts/create-configuration.sh
Expand Down

0 comments on commit a8ff608

Please sign in to comment.