Skip to content

Commit

Permalink
ci: pass CI env var into XCTest
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed May 1, 2024
1 parent 2bd1584 commit ad21763
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldUseLaunchSchemeArgsEnv = "NO"
codeCoverageEnabled = "YES">
<MacroExpansion>
<BuildableReference
Expand All @@ -51,6 +51,13 @@
ReferencedContainer = "container:HCaptcha.xcodeproj">
</BuildableReference>
</MacroExpansion>
<EnvironmentVariables>
<EnvironmentVariable
key = "CI"
value = "${CI}"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
<Testables>
<TestableReference
skipped = "NO">
Expand Down

0 comments on commit ad21763

Please sign in to comment.