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 Sep 7, 2024
1 parent 9ee22f1 commit 85d9454
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ jobs:
build:
runs-on: self-hosted
steps:
# Checkout the code from the repository
- uses: actions/checkout@v2

- name: Execute Tuist tasks
run: |
make clean
make fetch
# tuist signing decrypt
TUIST_ROOT_DIR=${PWD} make generate
working-directory: ./OPeace


- name: Run Fastlane QA
run: fastlane QA
Expand Down

0 comments on commit 85d9454

Please sign in to comment.