Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/DDD-Community/OPeace int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
Roy-wonji committed Sep 8, 2024
2 parents ea06899 + 40198f7 commit 10090b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Execute Tuist tasks
run: |
make clean
make install
make generate
working-directory: ./OPeace

- name: Run Fastlane QA
run: fastlane QA
working-directory: ./OPeace
Expand Down

0 comments on commit 10090b7

Please sign in to comment.