From c82403c0fea2dbf0bb2963a748397578ffaec9e0 Mon Sep 17 00:00:00 2001 From: Vladimir Espinola Date: Tue, 11 Jun 2024 11:58:47 -0400 Subject: [PATCH] updated ci files --- .github/workflows/ci.yml | 2 +- .github/workflows/ui.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adcec3d..65b7b51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,4 +26,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: "Run tests" - run: xcodebuild -project "attentive-ios-sdk.xcodeproj" -scheme "attentive-ios-sdk-framework" -destination "platform=iOS Simulator,OS=16.1,name=iPhone 13 Pro" test + run: xcodebuild -project "ATTNSDKFramework.xcodeproj" -scheme "ATTNSDKFramework" -destination "platform=iOS Simulator,OS=16.1,name=iPhone 13 Pro" test diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 24ad8d1..b04ab4b 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -26,7 +26,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 "ATTNSDKFramework.xcworkspace" -scheme "CreativeUITest" -destination "platform=iOS Simulator,OS=17.4,name=iPhone 15 Pro" -derivedDataPath build/ -resultBundlePath ui-test-results.xcresult test | xcpretty - name: Compress UI Test Results if: failure() run: tar -czf ui-test-results.xcresult.tar.gz ui-test-results.xcresult