From cf067506d265a994748353c667f617e6272005b8 Mon Sep 17 00:00:00 2001 From: Vladimir Espinola Date: Fri, 24 May 2024 10:35:42 -0400 Subject: [PATCH] added test plan to UI job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ef5a21..5b971dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: "Run UI Tests" run: | set -o pipefail - xcodebuild -workspace "attentive-ios-sdk.xcworkspace" -scheme "CreativeUITest" -destination "platform=iOS Simulator,OS=17.4,name=iPhone 15 Pro" -derivedDataPath build/ -resultBundlePath ui-test-results.xcresult test | xcpretty + xcodebuild -workspace "attentive-ios-sdk.xcworkspace" -scheme "CreativeUITest" -destination "platform=iOS Simulator,OS=17.4,name=iPhone 15 Pro" -derivedDataPath build/ -resultBundlePath ui-test-results.xcresult -testPlan "Example - Local" test | xcpretty - name: Compress UI Test Results if: failure() run: tar -czf ui-test-results.xcresult.tar.gz ui-test-results.xcresult