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/workflows/test-all.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -160,11 +160,11 @@ jobs:
160
160
const owner = 'bitwarden';
161
161
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
162
162
163
-
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience.
163
+
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with the same feature flag configuration used by the `${{ REMOTE_VAULT_CONFIG_MATCH || 'US production'}}` server.
164
164
165
165
❌ Unfortunately, one or more of the BIT tests failed. 😞
166
166
167
-
Please resolve the failure before merging; reach out to `@bitwarden/team-autofill-dev` if you need help.
167
+
Please resolve the failure before merging; reach out to `@bitwarden/team-autofill-dev` if you'd like help.
168
168
169
169
You can view the detailed results of the tests [here](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId}).`;
170
170
@@ -184,9 +184,9 @@ jobs:
184
184
const owner = 'bitwarden';
185
185
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
186
186
187
-
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience.
187
+
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with the same feature flag configuration used by the `${{ REMOTE_VAULT_CONFIG_MATCH || 'US production'}}` server.
188
188
189
-
✅ Fortunately, the BIT tests have passed! 🎉
189
+
✅ Fortunately, these BIT tests have passed! 🎉
190
190
191
191
You can view the detailed results of the tests [here](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId}).`;
0 commit comments