Skip to content

Commit

Permalink
[Infra] github action add tuist generate step
Browse files Browse the repository at this point in the history
  • Loading branch information
jisu15-kim authored Sep 14, 2024
1 parent ca38151 commit c2816f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
mise install
- name: Install Tuist dependencies
run: mise x -- tuist install
- name: Generate Xcworkspace
run: mise x -- tuist generate
- name: Run unit tests
run: |
xcodebuild test -scheme three-days-UnitTest -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' | tee result.log
Expand Down

0 comments on commit c2816f1

Please sign in to comment.