Skip to content

Commit e1ec315

Browse files
committed
Change CI flag
1 parent 5e6ffac commit e1ec315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpacityCore/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ def getCurrentArchitecture() {
9696

9797
// Function to check if running on CI in test configuration
9898
def isRunningOnCI() {
99-
return System.getenv("CI_TEST")?.toBoolean() ?: false
99+
return System.getenv("CI")?.toBoolean() ?: false
100100
}

0 commit comments

Comments
 (0)