@@ -39,33 +39,34 @@ jobs:
39
39
script : " flutter test integration_test/dummy_test.dart"
40
40
41
41
42
- ios :
43
- strategy :
44
- matrix :
45
- device :
46
- - " iPhone 15"
47
- - " iPhone 16"
48
- fail-fast : false
49
- runs-on : macos-latest
50
- steps :
51
- - name : " Start Simulator"
52
- uses : futureware-tech/simulator-action@v4
53
- with :
54
- model : ${{ matrix.device }}
55
- erase_before_boot : true
56
- shutdown_after_job : true
57
-
58
- - uses : actions/checkout@v4
59
-
60
- - uses : kuhnroyal/flutter-fvm-config-action/setup@v3
61
-
62
- - name : Decode GoogleService-Info.plist secrets
63
- env :
64
- GOOGLESERVICES_INFO_PLIST_JSON : ${{ secrets.GOOGLESERVICE_INFO_PLIST_IOS_BASE64 }}
65
- run : |
66
- echo $GOOGLESERVICES_INFO_PLIST_JSON | base64 --decode > ios/Runner/GoogleService-Info.plist
67
-
68
- - run : flutter pub get
69
-
70
- - name : " Run Flutter tests"
71
- run : " flutter test integration_test/dummy_test.dart -v"
42
+ # ios:
43
+ # strategy:
44
+ # matrix:
45
+ # device:
46
+ # - "iPhone 15"
47
+ # - "iPhone 16"
48
+ # fail-fast: false
49
+ # runs-on: macos-latest
50
+ # steps:
51
+ # - name: "Start Simulator"
52
+ # uses: futureware-tech/simulator-action@v4
53
+ # with:
54
+ # model: ${{ matrix.device }}
55
+ # erase_before_boot: true
56
+ # shutdown_after_job: true
57
+ #
58
+ # - uses: actions/checkout@v4
59
+ #
60
+ # - uses: kuhnroyal/flutter-fvm-config-action/setup@v3
61
+ #
62
+ # - name: Decode GoogleService-Info.plist secrets
63
+ # env:
64
+ # GOOGLESERVICES_INFO_PLIST_JSON: ${{ secrets.GOOGLESERVICE_INFO_PLIST_IOS_BASE64 }}
65
+ # run: |
66
+ # echo $GOOGLESERVICES_INFO_PLIST_JSON | base64 --decode > ios/Runner/GoogleService-Info.plist
67
+ #
68
+ # - run: flutter pub get
69
+ #
70
+ # - name: "Run Flutter tests"
71
+ # run: "flutter test integration_test/dummy_test.dart -v"
72
+ #
0 commit comments