From cd8a5ff0048180aac33f9e28c9e0463f878c70be Mon Sep 17 00:00:00 2001 From: Mykola Date: Sun, 25 Aug 2024 12:54:07 +0300 Subject: [PATCH] Update CI Action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce74763..8a766b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,4 +23,4 @@ jobs: # Runs a single command using the runners shell - name: Run tests - run: xcodebuild test -scheme DataDrivenRxDatasources -destination 'platform=iOS Simulator,name=iPhone 11,OS=latest' + run: xcodebuild test -scheme DataDrivenRxDatasources-Package -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest' -enableCodeCoverage YES -resultBundlePath build/TestResults