Skip to content

Commit

Permalink
build(app): add action for simulator in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Aug 29, 2024
1 parent 29965dc commit 47dc2df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,13 @@ jobs:
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: ${{ env.FLUTTER_CHANNEL }}
- uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
- run: flutter pub get
- run: flutter pub run build_runner build
- run: open -a Simulator.app
- run: flutter test integration_test -d iPhone --coverage
- run: flutter test integration_test --coverage
- uses: codecov/codecov-action@v3
with:
flags: app
Expand Down

0 comments on commit 47dc2df

Please sign in to comment.