Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite18a170

Browse files
committed
Only run test on SauceLabs when SAUCE_ACCESS_KEY is set
Allows forks to run tests on GitHub Actions without having to have accessto the SauceLabs secret.Ref.#1072 (comment)
1 parentcadc7bb commite18a170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎karma.conf.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const config = {
2929

3030
/* eslint camelcase: "off", */
3131

32-
if(process.env.CI){
32+
if(process.env.SAUCE_ACCESS_KEY){
3333
config.customLaunchers={
3434
sl_chrome_latest:{
3535
base:"SauceLabs",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp