Skip to content

Commit

Permalink
Add checkout job to buildandtest
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Jun 18, 2024
1 parent ed89103 commit 2b638f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,26 @@ jobs:
uses: StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@v2
permissions:
contents: read
checkoutfirebase:
name: Check out ENGAGE-HF-Firebase
uses: actions/checkout@main
with:
repository: StanfordBDHG/ENGAGE-HF-Firebase
ref: cloud-functions
path: firebase
buildandtest:
name: Build and Test
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
needs: checkoutfirebase
permissions:
contents: read
with:
artifactname: ENGAGEHF.xcresult
runsonlabels: '["macOS", "self-hosted"]'
setupSimulators: true
setupfirebaseemulator: true
fastlanelane: test
firebaseemulatorimport: ./firebase
secrets:
GOOGLE_APPLICATION_CREDENTIALS_BASE64: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_BASE64 }}
uploadcoveragereport:
Expand Down

0 comments on commit 2b638f3

Please sign in to comment.