Skip to content

Commit

Permalink
Move checking for tests at the beggining of the RC process
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Feb 18, 2025
1 parent 2269274 commit 8bc894c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/decidim/maintainers_toolbox/release_candidate_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def initialize(token:, working_dir: Dir.pwd)
end

def call
check_branch_and_version_sanity
check_brench_and_version_sanity
check_tests

prepare_next_development_version
prepare_next_release_candidate_version
Expand Down Expand Up @@ -128,8 +129,6 @@ def prepare_next_release_candidate_version
run("npm install")
run("bin/rake webpack") if Dir.exist?("decidim_app-design")

check_tests

generate_changelog

run("git add .")
Expand Down

0 comments on commit 8bc894c

Please sign in to comment.