Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chunta authored Oct 24, 2024
1 parent 102ef5b commit be6bba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:

- name: Run tests
working-directory: ./mobile-client
run: xcodebuild test -scheme ToDoList -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' -derivedDataPath DerivedData -enableCodeCoverage YES -skipMacroValidation
run: xcodebuild test -scheme ToDoList -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.0' -derivedDataPath DerivedData -enableCodeCoverage YES -skipMacroValidation

0 comments on commit be6bba1

Please sign in to comment.