include all tests in the integration function

This commit is contained in:
Earl Warren 2023-11-01 17:06:59 +01:00
parent 84c7b12c83
commit de6776aa88
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 23 additions and 2 deletions

View file

@ -356,10 +356,14 @@ function run() {
}
function integration() {
run create_in_destination_fork_and_close
run no_change_no_cascade_pr
run create_in_destination_fork_and_close
run create_and_close
run create_from_origin_fork_and_close
run create_and_close create_and_merge
run create_and_merge
run create_in_destination_fork_and_close
run create_in_existing_destination_fork_and_close
run create_in_organization_destination_fork_and_close
run create_and_merge_close
}