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 941e70f commit 1ba9803
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/check_sonar_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,24 @@ jobs:

- name: Install dependencies
run: |
# Install required tools
brew update
brew install cocoapods swiftlint oclint
sudo gem install -n /usr/local/bin xcpretty
# Update Homebrew
brew update
# Install project dependencies
pod install --project-directory=Example
# Install SwiftLint
brew install swiftlint
# Install Tailor
brew install tailor
# Install xcpretty
sudo gem install -n /usr/local/bin xcpretty
# Install Lizard
brew install lizard
# Install xcodebuild (part of Xcode Command Line Tools)
xcode-select --install || echo "Xcode Command Line Tools already installed"
- name: Run Sonar-Swift Script
run: |
chmod +x ./run-sonar-swift.sh
Expand Down

0 comments on commit 1ba9803

Please sign in to comment.