mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-06-27 20:33:44 +00:00
include all tests in the integration function
This commit is contained in:
parent
84c7b12c83
commit
de6776aa88
2 changed files with 23 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue