mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Split CI testing based on flutter channels (#651)
This commit is contained in:
@@ -26,7 +26,8 @@ void runWeb() {
|
||||
@Task()
|
||||
void runFirebase() {
|
||||
run('flutter',
|
||||
arguments: 'run -d web --web-port=5000 lib/main_firebase.dart '.split(' '));
|
||||
arguments:
|
||||
'run -d web --web-port=5000 lib/main_firebase.dart '.split(' '));
|
||||
}
|
||||
|
||||
@Task()
|
||||
|
||||
Reference in New Issue
Block a user