Skip to content

Commit

Permalink
First commit for RTM 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Aug 9, 2024
1 parent 339ee6a commit 0961307
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ jobs:
- uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14 Pro Max'
- run: bash scripts/run_flutter_integration_test.sh "ios"
- run: |
brew install coreutils
bash scripts/run_flutter_integration_test.sh "ios"
- name: Get ios crash logs
if: always()
run: |
Expand Down

0 comments on commit 0961307

Please sign in to comment.