We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969a88f commit a9c6894Copy full SHA for a9c6894
1 file changed
tests/test_helper.php
@@ -14,7 +14,7 @@
14
15
if (getenv('USE_LOCAL_DEVELOPMENT_ENV')) {
16
Bootstrap::start();
17
-} elseif (getenv('TRAVIS')) {
+} elseif (getenv('TRAVIS') || getenv('GITHUB_ACTION')) {
18
Bootstrap::start(new SplFileInfo(TEST_DIR . '/inc/config.travis.ini'), new SplFileInfo(TEST_DIR . '/inc/task_manager_config.ini'));
19
} else {
20
Bootstrap::start(new SplFileInfo(TEST_DIR . '/inc/config.local.ini'), new SplFileInfo(TEST_DIR . '/inc/task_manager_config.ini'));
0 commit comments