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 02515d4 commit 4719f7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
bundler-cache: true

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

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

0 comments on commit 4719f7c

Please sign in to comment.