Skip to content

Commit d37069c

Browse files
committed
Set flutter test platform to web instead of VM
1 parent 30f70c6 commit d37069c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ services:
103103
command: >
104104
sh -c "
105105
echo '--- Running Flutter tests ---' &&
106-
flutter test --dart-define=API_BASE_URL=$${API_BASE_URL}
106+
flutter test --platform chrome --dart-define=API_BASE_URL=$${API_BASE_URL}
107107
"
108108
109109
volumes:

0 commit comments

Comments
 (0)