Skip to content

Commit

Permalink
Attempt fix for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Feb 23, 2024
1 parent 5bebe6c commit b0d4770
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ extension Application {
}

#if (!os(Linux) && !os(Windows))
if ProcessInfo().environment["XCTestBundlePath"] == nil {
print("HERE: GitHub Action?")
if ProcessInfo().environment["XCTestConfigurationFilePath"] == nil {
Task {
await MainActor.run {
setValue()
Expand Down

0 comments on commit b0d4770

Please sign in to comment.