Skip to content

Add support for docs on SPI #100

Add support for docs on SPI

Add support for docs on SPI #100

Workflow file for this run

#
# This source file is part of the HealthKitOnOMH open source project
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
#
name: Build and Test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
packageios:
name: Build and Test Swift Package iOS
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
scheme: HealthKitOnOMH
artifactname: HealthKitOnOMH.xcresult
uploadcoveragereport:
name: Upload Coverage Report
needs: packageios
uses: StanfordBDHG/.github/.github/workflows/create-and-upload-coverage-report.yml@v2
with:
coveragereports: HealthKitOnOMH.xcresult