Skip to content

Commit fee9218

Browse files
committed
update text with configuration info
1 parent 2866ff5 commit fee9218

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-all.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ jobs:
159159
const owner = 'bitwarden';
160160
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
161161
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.
163163
164164
❌ Unfortunately, one or more of the BIT tests failed. 😞
165165
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.
167167
168168
You can view the detailed results of the tests [here](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId}).`;
169169
@@ -183,9 +183,9 @@ jobs:
183183
const owner = 'bitwarden';
184184
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
185185
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.
187187
188-
✅ Fortunately, the BIT tests have passed! 🎉
188+
✅ Fortunately, these BIT tests have passed! 🎉
189189
190190
You can view the detailed results of the tests [here](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId}).`;
191191

0 commit comments

Comments
 (0)