Skip to content

Commit

Permalink
fix: simulator logs to a file with predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Oct 5, 2024
1 parent 04a5a8e commit fe187bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
simulator: {
type: 'ios.simulator',
device: {
type: 'iPhone 14'
type: 'iPhone 15'
}
},
attached: {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
fi
- name: Start Simulator Logs
run: xcrun simctl spawn booted log stream --level debug --style compact > simulator.log &
run: xcrun simctl spawn booted log stream --level debug --style compact --predicate 'process == "Zingo"' > simulator.log &

- name: Run IOS e2e test
uses: nick-fields/retry@v3
Expand Down

0 comments on commit fe187bb

Please sign in to comment.