We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a763db3 commit 944e783Copy full SHA for 944e783
Tests/MarkdownSyntaxTests/CI.swift
@@ -8,5 +8,5 @@
8
import Foundation
9
10
public var isCI: Bool {
11
- ProcessInfo.processInfo.environment["CI"] == "TRUE"
+ ProcessInfo.processInfo.environment["CI"]?.lowercased() == "true"
12
}
0 commit comments