Skip to content

Commit 944e783

Browse files
Check for GH CI
1 parent a763db3 commit 944e783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/MarkdownSyntaxTests/CI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
import Foundation
99

1010
public var isCI: Bool {
11-
ProcessInfo.processInfo.environment["CI"] == "TRUE"
11+
ProcessInfo.processInfo.environment["CI"]?.lowercased() == "true"
1212
}

0 commit comments

Comments
 (0)