You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/config/nodejs-prod.jsonc
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@
27
27
},
28
28
29
29
"ignore": [
30
+
// TODO: do not ignore .github/config once everything is in prod
30
31
".github/config/", // prevent changes to exclusions from running all tests
31
32
".eslintignore",
32
33
".eslintrc.json",
@@ -41,6 +42,8 @@
41
42
".github/scripts/",
42
43
".github/snippet-bot.yml",
43
44
".github/trusted-contribution.yml",
45
+
// TODO: do not ignore .github/workflows once everything is in prod
46
+
".github/workflows/", // prevent removing old tests to trigger everything
44
47
".gitignore",
45
48
".kokoro/",
46
49
".prettierignore",
@@ -59,6 +62,7 @@
59
62
"owlbot.py",
60
63
"renovate.json"
61
64
],
65
+
62
66
"exclude-packages": [
63
67
"functions/concepts", // parent directory
64
68
"functions/firebase", // parent directory
@@ -97,9 +101,7 @@
97
101
"run/idp-sql", // (untested) Error: Invalid contents in the credentials file
98
102
"run/markdown-preview/editor", // (untested) Error: could not create an identity token: Cannot fetch ID token in this environment, use GCE or set the GOOGLE_APPLICATION_CREDENTIALS environment variable to a service account credentials JSON file
99
103
"scheduler", // SyntaxError: Cannot use import statement outside a module
100
-
"speech", // AssertionError: expected 'Transcription: Okay, I\'m here.\n Hi…' to match /Terrific. It's on the way./
101
104
"storagetransfer", // CredentialsError: Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1
102
-
"translate", // AssertionError: expected 'Languages:\n{ code: \'ab\', name: \'A…' to match /{ code: 'af', name: 'afrikáans' }/
103
105
"video-intelligence", // PERMISSION_DENIED: The caller does not have permission
0 commit comments