We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846f8ac commit d4d838aCopy full SHA for d4d838a
1 file changed
.github/workflows/test.yml
@@ -30,8 +30,6 @@ jobs:
30
channel: 'stable'
31
cache: true
32
- uses: bluefireteam/melos-action@v3
33
- - name: Build iOS App
34
- run: cd example && flutter build ios --debug --no-codesign
35
- name: Run native iOS tests
36
run: cd example/ios && xcodebuild -workspace Runner.xcworkspace -scheme Runner -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' test
37
@@ -48,8 +46,6 @@ jobs:
48
46
49
47
50
51
- - name: Build Android App
52
- run: cd example && flutter build apk --debug
53
- name: Run native Android tests
54
run: |
55
cd example/android
0 commit comments