mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-04-21 08:28:44 +00:00
separate test runs so they are visible
This commit is contained in:
parent
5a9a13f9e7
commit
edc1d376dd
1 changed files with 4 additions and 5 deletions
|
@ -246,11 +246,10 @@ function create_and_merge_close() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function integration() {
|
function integration() {
|
||||||
no_change_no_cascade_pr
|
for t in no_change_no_cascade_pr create_from_fork_and_close create_and_close create_and_merge create_and_merge_close; do
|
||||||
create_from_fork_and_close
|
log_info "running $t"
|
||||||
create_and_close
|
$t
|
||||||
create_and_merge
|
done
|
||||||
create_and_merge_close
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function unit() {
|
function unit() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue