We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6ffac commit e1ec315Copy full SHA for e1ec315
OpacityCore/build.gradle
@@ -96,5 +96,5 @@ def getCurrentArchitecture() {
96
97
// Function to check if running on CI in test configuration
98
def isRunningOnCI() {
99
- return System.getenv("CI_TEST")?.toBoolean() ?: false
+ return System.getenv("CI")?.toBoolean() ?: false
100
}
0 commit comments