mirror of
https://github.com/flutter/packages.git
synced 2025-06-08 12:47:00 +08:00
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:
@ -27,8 +27,8 @@ class FirebaseTestLabCommand extends PluginCommand {
|
||||
help: 'The Firebase project name.',
|
||||
);
|
||||
argParser.addOption('service-key',
|
||||
defaultsTo:
|
||||
p.join(io.Platform.environment['HOME'], 'gcloud-service-key.json'));
|
||||
defaultsTo: p.join(
|
||||
io.Platform.environment['HOME'] ?? '/', 'gcloud-service-key.json'));
|
||||
argParser.addOption('test-run-id',
|
||||
defaultsTo: Uuid().v4(),
|
||||
help:
|
||||
|
Reference in New Issue
Block a user