Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try out --ignore-timeouts flag #1830

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 6 additions & 16 deletions .github/workflows/integration_tests_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,28 +175,17 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Set Flutter version from FVM config file to environment variables
id: fvm-config-action
uses: kuhnroyal/flutter-fvm-config-action@60c14af316b09f8819202d845391260cf3b979c9

- uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}
channel: "add-ignore-timeouts-flag"
flutter-version: 3.x
git-source: https://github.com/nilsreichardt/flutter.git

- uses: futureware-tech/simulator-action@bde6805eedaeaba7775a9959970edc7d8bf10c4d
id: simulator
with:
model: "iPhone 16"

- name: Build app
working-directory: app
run: |
flutter build ipa \
--flavor dev \
-t lib/main_dev.dart \
--no-codesign

- name: Run integration tests
working-directory: app
env:
Expand All @@ -217,7 +206,8 @@ jobs:
--flavor prod \
--dart-define=USER_1_EMAIL=$USER_1_EMAIL \
--dart-define=USER_1_PASSWORD=$USER_1_PASSWORD \
-d $SIMULATOR_UDID
-d $SIMULATOR_UDID \
--ignore-timeouts

web-integration-test:
needs: changes
Expand Down
2 changes: 1 addition & 1 deletion app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ SPEC CHECKSUMS:
device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d
DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c
DKPhotoGallery: b3834fecb755ee09a593d7c9e389d8b5d6deed60
fast_rsa: 384c6b9164132faa660d62e927e23990df0a8b58
fast_rsa: 2bccc4850c915fe0d543fcb25c6b2e469dd68968
file_picker: b159e0c068aef54932bb15dc9fd1571818edaf49
Firebase: d80354ed7f6df5f9aca55e9eb47cc4b634735eaf
firebase_analytics: 7ec1166af61987fa968766eb11587c562a5650ee
Expand Down
1 change: 1 addition & 0 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ dependency_overrides:
git:
url: https://github.com/postflow/open_file_plus.git
ref: b29351d11174869ebe0d7a5401ecad0a2300a63b
intl: ^0.20.2

dev_dependencies:
async: ^2.12.0
Expand Down
26 changes: 13 additions & 13 deletions pubspec.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading