Skip to content

Commit

Permalink
revert environment change for now as it is rails-specific
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jul 22, 2024
1 parent 1e0c89a commit d411a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/rspec.rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace :datadog do
namespace :ci do
namespace :rspec do
task skippable_percentage: :environment do
task :skippable_percentage do
require "rspec/core"
require "datadog/ci"

Expand Down Expand Up @@ -29,7 +29,7 @@ namespace :datadog do
print((test_optimisation.skipped_tests_count.to_f / test_optimisation.total_tests_count).floor(2))
end

task skippable_percentage_estimate: :environment do
task :skippable_percentage_estimate do
require "datadog/ci"

if ENV["DD_SERVICE"].nil?
Expand Down

0 comments on commit d411a96

Please sign in to comment.