Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 8cf9c4f

Browse files
Revert "Temporarily run Windows tests via GitHub Actions (#3875)" (#3885)
1 parent 6f79c26 commit 8cf9c4f

File tree

2 files changed

+2
-52
lines changed

2 files changed

+2
-52
lines changed

.github/workflows/windows_ci.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

script/tool/lib/src/firebase_test_lab_command.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class FirebaseTestLabCommand extends PluginCommand {
2727
help: 'The Firebase project name.',
2828
);
2929
argParser.addOption('service-key',
30-
defaultsTo: p.join(
31-
io.Platform.environment['HOME'] ?? '/', 'gcloud-service-key.json'));
30+
defaultsTo:
31+
p.join(io.Platform.environment['HOME'], 'gcloud-service-key.json'));
3232
argParser.addOption('test-run-id',
3333
defaultsTo: Uuid().v4(),
3434
help:

0 commit comments

Comments
 (0)