Skip to content

Commit

Permalink
trying to fix browserstack config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 6, 2024
1 parent 9ee971a commit 4e75021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/e2e/browserstack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const caps = {
os_version: 'catalina',
project: 'fastenhealth/fasten-sources',
name: 'Fasten Sources e2e Tests',
build: process.env.GITHUB_REF_NAME || 'local-build',
buildTag: process.env.GITHUB_SHA || 'local-build-tag',
build: process.env.GITHUB_SHA || 'local-build',
// buildTag: process.env.GITHUB_SHA || 'local-build-tag',
'browserstack.username': process.env.BROWSERSTACK_USERNAME || 'USERNAME',
'browserstack.accessKey': process.env.BROWSERSTACK_ACCESS_KEY || 'ACCESSKEY',
'browserstack.local': process.env.BROWSERSTACK_LOCAL || true,
Expand Down

0 comments on commit 4e75021

Please sign in to comment.