diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72ba05c..ad134d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,14 +37,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + - name: Install xcpretty + run: gem install xcpretty - name: "Run UI Tests" run: xcodebuild -workspace "attentive-ios-sdk.xcworkspace" -scheme "CreativeUITest" -destination "platform=iOS Simulator,OS=17.4,name=iPhone 15 Pro" -derivedDataPath build/ test | xcpretty - - name: Upload results - if: failure() - uses: actions/upload-artifact@v3 - with: - name: "UI Test Results" - path: build/Logs/Test/* lint: name: Run lint