mirror of
https://github.com/flutter/packages.git
synced 2025-06-28 05:37:17 +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.',
|
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:
|
||||||
|
Reference in New Issue
Block a user