Skip to content

Commit

Permalink
[Infra] Update unitTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jisu15-kim authored Sep 14, 2024
1 parent 772f1e7 commit ca38151
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
mise install
- name: Install Tuist dependencies
run: mise x -- tuist install
- name: Run tests
run: mise x -- tuist test three-days-UnitTest --no-selective-testing
- name: Run unit tests
run: |
xcodebuild test -scheme three-days-UnitTest -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' | tee result.log
continue-on-error: true

0 comments on commit ca38151

Please sign in to comment.