File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ node_js:
32
32
33
33
addons :
34
34
# Run tests that require a browser on SauceLabs CI provider. Learn more at: https://saucelabs.com
35
- sauce_connect :
36
- username : k8s-dashboard-ci
37
- access_key : " 18b7e71b-60e9-4177-9a7f-e769977dbb39"
35
+ sauce_connect : true
38
36
39
37
before_script :
40
38
# Prepare environment for the Chrome browser. This is required for PRs from forks where
Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ export default {
143
143
/**
144
144
* Whether to use sauce labs for running tests that require a browser.
145
145
*/
146
- useSauceLabs :
147
- ! ! process . env . SAUCE_USERNAME && ! ! process . env . SAUCE_ACCESS_KEY && ! ! process . env . TRAVIS ,
146
+ useSauceLabs : ! ! process . env . SAUCE_USERNAME && ! ! process . env . SAUCE_ACCESS_KEY &&
147
+ ! ! process . env . TRAVIS && process . env . TRAVIS_PULL_REQUEST === 'false' ,
148
148
} ,
149
149
150
150
/**
You can’t perform that action at this time.
0 commit comments