Skip to content

Commit

Permalink
Build framework in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Oct 25, 2023
1 parent ecd75f3 commit 331f902
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/browerstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,18 @@ jobs:
run: make android-lib ANDROID_ARCH=all

- name: Build APK
env:
CI: "true"
run: |
flutter pub get
make appium-test-build
- name: Build IOS-Framework
run: make build-framework

- name: Build IPA
run: |
flutter pub get
make appium-ios-ipa
- name: List files in current directory
run: ls -la

Expand Down

0 comments on commit 331f902

Please sign in to comment.