From dbbebd7d78e6630b16eb4e82db02e03bb61c9bfb Mon Sep 17 00:00:00 2001 From: Nour Sandid Date: Wed, 15 May 2024 20:41:07 +0200 Subject: [PATCH] added -allowProvisioningUpdates --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50064dc..71dc81d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: echo 'export PATH="/usr/bin:$PATH"' >> $GITHUB_PATH - name: Build and Test run: | - xcodebuild clean build test -project "SundeedQLiteLibrary.xcodeproj" -scheme "SundeedQLiteLibrary" -destination "platform=iOS Simulator,OS=16.2,name=iPhone 13 Pro" -enableCodeCoverage YES GCC_GENERATE_TEST_COVERAGE_FILES=YES + xcodebuild clean build test -project "SundeedQLiteLibrary.xcodeproj" -scheme "SundeedQLiteLibrary" -destination "platform=iOS Simulator,OS=16.2,name=iPhone 13 Pro" -enableCodeCoverage YES GCC_GENERATE_TEST_COVERAGE_FILES=YES -allowProvisioningUpdates - name: Install Slather run: gem install slather - name: Convert .xcresult to .lcov