Skip to content

Commit

Permalink
Improve Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed May 31, 2024
1 parent 3aa0c60 commit 0d35f8c
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/beta-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@ on:
workflow_dispatch:

jobs:
# buildandtest:
# name: Build and Test
# uses: ./.github/workflows/build-and-test.yml
# permissions:
# contents: read
# secrets: inherit
# iosapptestflightdeployment:
# name: iOS App TestFlight Deployment
# needs: buildandtest
# uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
# permissions:
# contents: read
# with:
# runsonlabels: '["macOS", "self-hosted"]'
# googleserviceinfoplistpath: 'ENGAGEHF/Supporting Files/GoogleService-Info.plist'
# setupsigning: true
# fastlanelane: beta
# secrets: inherit
buildandtest:
name: Build and Test
uses: ./.github/workflows/build-and-test.yml
permissions:
contents: read
secrets: inherit
iosapptestflightdeployment:
name: iOS App TestFlight Deployment
needs: buildandtest
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
permissions:
contents: read
with:
runsonlabels: '["macOS", "self-hosted"]'
googleserviceinfoplistpath: 'ENGAGEHF/Supporting Files/GoogleService-Info.plist'
setupsigning: true
fastlanelane: beta
secrets: inherit
deployfirebase:
name: Deploy Firebase Project
# needs: iosapptestflightdeployment
needs: iosapptestflightdeployment
uses: StanfordBDHG/.github/.github/workflows/firebase-deploy.yml@v2
permissions:
contents: read
Expand Down

0 comments on commit 0d35f8c

Please sign in to comment.