Skip to content

Commit

Permalink
Use default tunnel identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Oct 13, 2020
1 parent 7bf0b29 commit 5f271d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -35,7 +35,6 @@ jobs:
uses: browserstack/github-actions/setup-local@master
with:
local-testing: start
local-identifier: $GITHUB_RUN_ID

- name: Run tests with code coverage
run: npm run test
Expand Down
2 changes: 0 additions & 2 deletions karma.conf.js
Expand Up @@ -80,10 +80,8 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
browserStack: {
name: 'mo · js tests',
username: process.env.BROWSERSTACK_USERNAME,
accessKey: process.env.BROWSERSTACK_ACCESS_KEY,
tunnelIdentifier: process.env.GITHUB_RUN_ID,
video: false
},
captureTimeout: 120000,
Expand Down

0 comments on commit 5f271d4

Please sign in to comment.