Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-herlemont committed Apr 1, 2024
1 parent 986fe8d commit a4c287b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_test_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ jobs:
version: '0.85'
env:
GITHUB_TOKEN: ${{ secrets.PAT_GLOBAL }}
- run: just test_mobile_all_devices
- run: just test_mobile_all_platforms
- name: Start iPhone simulator
run: just test_ios_launch_simulator "${{ matrix.device }}"
- run: just test_mobile_all_devices
- run: just test_mobile_all_platforms
- name: List simulators
run: just test_ios_list_simulators
- name: Build and run tests
Expand Down

0 comments on commit a4c287b

Please sign in to comment.