Skip to content

Commit

Permalink
fix: CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
reddavis committed Sep 22, 2022
1 parent e0329d9 commit 445e6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
name: Run iOS16 unit tests
command: Scripts/test -d "OS=16.0,name=iPhone 14 Pro" | xcpretty --color --report junit --output ~/test-results/ios16-results.xml
- run:
name: Run iOS15.5 unit tests
command: Scripts/test -d "OS=15.5,name=iPhone 14 Pro" | xcpretty --color --report junit --output ~/test-results/ios15-results.xml
name: Run iOS15.5 unit tests
command: Scripts/test -d "OS=15.5,name=iPhone 14 Pro" | xcpretty --color --report junit --output ~/test-results/ios15-results.xml
- store_test_results:
path: ~/test-results
- store_artifacts:
Expand Down

0 comments on commit 445e6a0

Please sign in to comment.