Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Mar 31, 2024
1 parent 55a7481 commit f2e16ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
with:
artifactname: Intake.xcresult
runsonlabels: '["macOS", "self-hosted"]'
setupfirebaseemulator: true
customcommand: "firebase emulators:exec 'fastlane test'"
uploadcoveragereport:
name: Upload Coverage Report
needs: buildandtest
Expand Down
7 changes: 1 addition & 6 deletions Intake/Home.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,7 @@ struct HomeView: View {

#if DEBUG
#Preview {
return HomeView()
.previewWith(standard: IntakeStandard()) {}
}

#Preview {
return HomeView()
HomeView()
.previewWith(standard: IntakeStandard()) {}
}
#endif
4 changes: 0 additions & 4 deletions Intake/IntakeStandard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ import SwiftUI


actor IntakeStandard: Standard, EnvironmentAccessible, HealthKitConstraint, OnboardingConstraint {
enum IntakeStandardError: Error {
case userNotAuthenticatedYet
}

@Dependency var fhirStore: FHIRStore

@MainActor var useHealthKitResources = true
Expand Down

0 comments on commit f2e16ea

Please sign in to comment.