Skip to content

Commit

Permalink
updated ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Espinola committed May 23, 2024
1 parent 355a234 commit fc2a1a6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc2a1a6

Please sign in to comment.