Skip to content

Commit 79befa5

Browse files
committed
comment iOS (emulator not working, let's not consume extra resources useless)
1 parent 5c9b88a commit 79befa5

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

.github/workflows/integration_tests.yml

+31-30
Original file line numberDiff line numberDiff line change
@@ -39,33 +39,34 @@ jobs:
3939
script: "flutter test integration_test/dummy_test.dart"
4040

4141

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

Comments
 (0)