Skip to content

Commit

Permalink
Add to test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielnedersantos committed Dec 18, 2024
1 parent 1ba9803 commit e74abcc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/check_sonar_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,18 @@ jobs:
# Install xcodebuild (part of Xcode Command Line Tools)
xcode-select --install || echo "Xcode Command Line Tools already installed"
- name: Clean Derived Data
run: |
rm -rf ~/Library/Developer/Xcode/DerivedData
- name: Run Build and Tests
run: |
xcodebuild -workspace Example/TrustlySDK.xcworkspace \
-scheme TrustlySDK-Example \
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' \
test -quiet | xcpretty
- name: Run Sonar-Swift Script
run: |
chmod +x ./run-sonar-swift.sh
Expand Down

0 comments on commit e74abcc

Please sign in to comment.