diff --git a/.github/workflows/beta-deployment.yml b/.github/workflows/beta-deployment.yml index 113d7478..8612fcfc 100644 --- a/.github/workflows/beta-deployment.yml +++ b/.github/workflows/beta-deployment.yml @@ -15,15 +15,15 @@ on: workflow_dispatch: jobs: - # buildandtest: - # name: Build and Test - # uses: ./.github/workflows/build-and-test.yml - # permissions: - # contents: read - # 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 + needs: buildandtest uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 permissions: contents: read