Skip to content

Commit a9c6894

Browse files
committed
Updated test enironment variable
1 parent 969a88f commit a9c6894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
if (getenv('USE_LOCAL_DEVELOPMENT_ENV')) {
1616
Bootstrap::start();
17-
} elseif (getenv('TRAVIS')) {
17+
} elseif (getenv('TRAVIS') || getenv('GITHUB_ACTION')) {
1818
Bootstrap::start(new SplFileInfo(TEST_DIR . '/inc/config.travis.ini'), new SplFileInfo(TEST_DIR . '/inc/task_manager_config.ini'));
1919
} else {
2020
Bootstrap::start(new SplFileInfo(TEST_DIR . '/inc/config.local.ini'), new SplFileInfo(TEST_DIR . '/inc/task_manager_config.ini'));

0 commit comments

Comments
 (0)