From 561f25819c6817c7e7da31af5277e23581702281 Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Mon, 6 Nov 2023 21:16:21 +0100 Subject: [PATCH] Enable testability --- .github/workflows/pr.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 42cc03edfb..11d19aae93 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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() }}