Skip to content

Commit

Permalink
Enable testability
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Nov 6, 2023
1 parent 6d14360 commit 561f258
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ jobs:
-destination "platform=iOS Simulator,name=iPhone 15,OS=17.0" \
-derivedDataPath "DerivedData" \
CODE_SIGN_IDENTITY="" \
CODE_SIGN_ENTITLEMENTS=""
# DDG_SLOW_COMPILE_CHECK_THRESHOLD=250
# | tee xcodebuild.log \
# | xcbeautify --report junit --report-path . --junit-report-filename unittests.xml
CODE_SIGN_ENTITLEMENTS="" \
ENABLE_TESTABILITY=true \
DDG_SLOW_COMPILE_CHECK_THRESHOLD=250 \
| tee xcodebuild.log \
| xcbeautify --report junit --report-path . --junit-report-filename unittests.xml
- name: Setup tmate session
if: ${{ failure() }}
Expand Down

0 comments on commit 561f258

Please sign in to comment.