Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Dec 16, 2024
1 parent e6fc679 commit cbdcee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lane :stop_mock_server do
end

lane :run_sonar_analysis do |options|
next unless is_check_required(sources: sources_matrix[:unit], force_check: @force_check)
next unless is_check_required(sources: sources_matrix[:sonar], force_check: @force_check)

Dir.chdir('..') { sh('./gradlew sonar') }
end
Expand Down

0 comments on commit cbdcee5

Please sign in to comment.