From 952ace3a5c70b793fd94395b8dd51842eccb11ab Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Wed, 22 May 2024 11:06:48 +0200 Subject: [PATCH] Attempt to reduce iOS integration test timeouts --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a4c8d9f..d91d0958 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -110,6 +110,10 @@ jobs: with: model: 'iPhone 15' - run: flutter pub get + - run: flutter pub get + working-directory: ./example + - run: flutter build ios --simulator --target=integration_test/webcrypto_test.dart + working-directory: ./example - run: flutter test integration_test/webcrypto_test.dart -d iphone working-directory: ./example android: