Temporarily run Windows tests via GitHub Actions (#3875)

Until the infrastructure limitations that led to flutter/flutter#82032 are fixed, run basic Windows tests via GitHub Actions (which do have VS available) so that we aren't missing all Windows coverage.
This commit is contained in:
stuartmorgan
2021-05-11 16:08:01 -04:00
committed by GitHub
parent 87cfd6ab03
commit ec7bf3b464

View File

@ -27,8 +27,8 @@ class FirebaseTestLabCommand extends PluginCommand {
help: 'The Firebase project name.', help: 'The Firebase project name.',
); );
argParser.addOption('service-key', argParser.addOption('service-key',
defaultsTo: defaultsTo: p.join(
p.join(io.Platform.environment['HOME'], 'gcloud-service-key.json')); io.Platform.environment['HOME'] ?? '/', 'gcloud-service-key.json'));
argParser.addOption('test-run-id', argParser.addOption('test-run-id',
defaultsTo: Uuid().v4(), defaultsTo: Uuid().v4(),
help: help: