Skip to content

Commit

Permalink
feat: debug resources
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Mar 26, 2024
1 parent 7f18c3d commit b575370
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ios-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ jobs:
run: yarn build-example:ios
- name: Use software keyboard
run: defaults write com.apple.iphonesimulator ConnectHardwareKeyboard -bool NO
- name: Disk free
run: df -h
- name: Memory stat
run: top -l 1 -s 0 | grep PhysMem
- name: System stat
run: hostinfo
- name: Test app
working-directory: e2e
run: yarn test-example:ios
Expand Down

0 comments on commit b575370

Please sign in to comment.