2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-04-09 17:38:14 +02:00

Merge branch 'krille/tests-with-fcm' into 'main'

chore: Run tests with google services enabled

See merge request 
This commit is contained in:
Krille Fear 2022-05-22 05:52:50 +00:00
commit b287590af2

@ -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: