Skip to content

Bump nokogiri from 1.15.4 to 1.16.5 in the bundler group across 1 directory #198

Bump nokogiri from 1.15.4 to 1.16.5 in the bundler group across 1 directory

Bump nokogiri from 1.15.4 to 1.16.5 in the bundler group across 1 directory #198

Workflow file for this run

name: SonarCloud
on:
schedule:
- cron: '0 0 * * *'
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
sonarcloud:
name: SonarCloud
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup environment
run: |
bundle install
- name: Build
shell: bash
run: |
curl -L -O https://sonarcloud.io/static/cpp/build-wrapper-macosx-x86.zip
unzip -o build-wrapper-macosx-x86.zip
/Users/runner/work/paystack-ios/paystack-ios/build-wrapper-macosx-x86/build-wrapper-macosx-x86 --out-dir DerivedData\compilation-database \
xcodebuild \
-scheme "PaystackiOS Tests"\
-derivedDataPath DerivedData\
-enableCodeCoverage "YES"\
-destination 'platform=iOS Simulator,name=iPhone 8,OS=14.4'\
test
- name: Set up JDK 17
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: 17
- name: SonarCloud Analysis
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
gem install slather
brew install sonar-scanner
bundle exec fastlane metrics