Skip to content

Commit

Permalink
Update uploadTestflight.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji authored Aug 31, 2024
1 parent 1b8bbde commit 4c45140
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
- name: List Available Schemes
run: xcodebuild -list -workspace OPeace.xcworkspace

# Execute Tuist commands: clean, install dependencies, and generate the project
# - name: Execute Tuist tasks
# run: |
# tuist clean
# tuist install
# tuist generate
# working-directory: ./OPeace
Execute Tuist commands: clean, install dependencies, and generate the project
- name: Execute Tuist tasks
run: |
tuist clean
tuist install
tuist generate
working-directory: ./OPeace

# Run Fastlane with the specified environment variables for deployment
- name: Run Fastlane QA
Expand Down

0 comments on commit 4c45140

Please sign in to comment.