Skip to content

Commit

Permalink
chore(tests): change Browserstack build name (#2639)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored Jul 22, 2024
1 parent 9541e92 commit 02a25f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if (BROWSERSTACK) {
config.browserStack = {
username: ENV.BROWSER_STACK_USERNAME,
accessKey: ENV.BROWSER_STACK_ACCESS_KEY,
build: `boosted-v5-${ENV.GITHUB_SHA ? `${ENV.GITHUB_SHA.slice(0, 7)}-` : ''}${new Date().toISOString()}`,
build: `ouds-web-${ENV.GITHUB_SHA ? `${ENV.GITHUB_SHA.slice(0, 7)}-` : ''}${new Date().toISOString()}`,
project: 'OUDS Web',
retryLimit: 2
}
Expand Down

0 comments on commit 02a25f8

Please sign in to comment.