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 d7bb11b commit 8b38279Copy full SHA for 8b38279
Package.swift
@@ -157,8 +157,8 @@ let package = Package(
157
)
158
159
if ProcessInfo.processInfo.environment["SPI_GENERATE_DOCS"] != nil
160
- || ProcessInfo.processInfo.environment["CI"] != nil // NB: For local testing in Xcode:
161
-// || true
+ || ProcessInfo.processInfo.environment["GITHUB_ACTION"] != nil
+ // || true // NB: Uncomment for local testing in Xcode
162
{
163
package.traits.insert(
164
.default(
0 commit comments