Skip to content

Commit d924ddb

Browse files
committed
update text with configuration info
1 parent 8a85754 commit d924ddb

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
@@ -160,11 +160,11 @@ jobs:
160160
const owner = 'bitwarden';
161161
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
162162
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.
164164
165165
❌ Unfortunately, one or more of the BIT tests failed. 😞
166166
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.
168168
169169
You can view the detailed results of the tests [here](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId}).`;
170170
@@ -184,9 +184,9 @@ jobs:
184184
const owner = 'bitwarden';
185185
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
186186
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.
188188
189-
✅ Fortunately, the BIT tests have passed! 🎉
189+
✅ Fortunately, these BIT tests have passed! 🎉
190190
191191
You can view the detailed results of the tests [here](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId}).`;
192192

0 commit comments

Comments
 (0)