Skip to content

Commit

Permalink
Use Firebase emulator from the ENGAGE-HF-Firebase repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Jun 18, 2024
1 parent 4fdcc25 commit 18eab64
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,16 @@ jobs:
uses: StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@v2
permissions:
contents: read
clonefirebase:
name: Check out ENGAGE-HF-Firebase
uses: actions/checkout@master
with:
repository: StanfordBDHG/ENGAGE-HF-Firebase
ref: cloud-functions
buildandtest:
name: Build and Test
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
needs: clonefirebase
permissions:
contents: read
with:
Expand All @@ -40,7 +47,7 @@ jobs:
setupSimulators: true
setupfirebaseemulator: true
fastlanelane: test
firebaseemulatorimport: ./firebase
firebaseemulatorimport: ./ENGAGE-HF-Firebase
secrets:
GOOGLE_APPLICATION_CREDENTIALS_BASE64: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_BASE64 }}
uploadcoveragereport:
Expand Down

0 comments on commit 18eab64

Please sign in to comment.