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
@@ -159,11 +159,11 @@ jobs:
159
159
const owner = 'bitwarden';
160
160
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
161
161
162
-
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience.
162
+
[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.
163
163
164
164
❌ Unfortunately, one or more of the BIT tests failed. 😞
165
165
166
-
Please resolve the failure before merging; reach out to `@bitwarden/team-autofill-dev` if you need help.
166
+
Please resolve the failure before merging; reach out to `@bitwarden/team-autofill-dev` if you'd like help.
167
167
168
168
You can view the detailed results of the tests [here](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId}).`;
169
169
@@ -183,9 +183,9 @@ jobs:
183
183
const owner = 'bitwarden';
184
184
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
185
185
186
-
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience.
186
+
[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.
187
187
188
-
✅ Fortunately, the BIT tests have passed! 🎉
188
+
✅ Fortunately, these BIT tests have passed! 🎉
189
189
190
190
You can view the detailed results of the tests [here](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId}).`;
0 commit comments