Skip to content

Commit

Permalink
Revert "Temporarily run Windows tests via GitHub Actions (flutter#3875)…
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan authored May 13, 2021
1 parent 6f79c26 commit 8cf9c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 52 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/windows_ci.yml

This file was deleted.

4 changes: 2 additions & 2 deletions script/tool/lib/src/firebase_test_lab_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8cf9c4f

Please sign in to comment.