Skip to content

Commit

Permalink
Use correct build name env variable for browserstack
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Frasser committed Jan 21, 2022
1 parent 6744558 commit a5f1f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ci1.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = function (config) {
username: process.env.BROWSERSTACK_USERNAME,
accessKey: process.env.BROWSERSTACK_ACCESS_KEY,
name: process.env.GITHUB_WORKFLOW,
build: process.env.GITHUB_RUN_ID
build: process.env.GITHUB_RUN_NUMBER
},

customLaunchers,
Expand Down
2 changes: 1 addition & 1 deletion test/ci2.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = function (config) {
username: process.env.BROWSERSTACK_USERNAME,
accessKey: process.env.BROWSERSTACK_ACCESS_KEY,
name: process.env.GITHUB_WORKFLOW,
build: process.env.GITHUB_RUN_ID
build: process.env.GITHUB_RUN_NUMBER
},

customLaunchers,
Expand Down

0 comments on commit a5f1f39

Please sign in to comment.