From 05ffee461b2df1140a616cec42a61e82ea24b429 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 22 May 2022 05:31:38 +0000 Subject: [PATCH] chore: Run tests with google services enabled --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afeb49ce0..22cceec1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,7 @@ integration_test: - emulator -avd test -no-audio -no-boot-anim -no-window -accel on -gpu swiftshader_indirect & - sleep 10 script: + - git apply ./scripts/enable-android-google-services.patch - flutter pub get - flutter test integration_test tags: