Skip to content

Align Questionnaire Catalog with Grove FHIR #176

Align Questionnaire Catalog with Grove FHIR

Align Questionnaire Catalog with Grove FHIR #176

#
# This source file is part of the My Heart Counts Study Definitions open-source project
#
# SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
#
name: Verify Study Bundle
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: Verify-Study-Bundle-${{ github.ref }}
cancel-in-progress: true
jobs:
verify_study_bundle:
name: Verify Study Bundle Integrity
uses: SchmiedmayerLab/.github/.github/workflows/xcodebuild-or-fastlane.yml@v0.5
with:
runsonlabels: '["macOS", "self-hosted"]'
customcommand: 'swift test'
verify_study_bundle_linux:
name: Verify Study Bundle Integrity (Linux)
uses: SchmiedmayerLab/.github/.github/workflows/swift-test.yml@v0.5
permissions:
contents: read
with:
runs_on_labels: '["ubuntu-latest"]'