Merge pull request 'various minor fixes' (#134) from earl-warren/end-to-end:wip-fixes into main
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/134
This commit is contained in:
commit
0afc6ee868
3 changed files with 2 additions and 6 deletions
|
@ -3,7 +3,7 @@ export d=/srv/example/pull-request
|
||||||
|
|
||||||
PROOF='some proof'
|
PROOF='some proof'
|
||||||
|
|
||||||
function setup() {
|
function main() {
|
||||||
mkdir -p $d
|
mkdir -p $d
|
||||||
|
|
||||||
forgejo-test-helper.sh push_workflow actions/example-$example $url root example-$example setup-forgejo $token
|
forgejo-test-helper.sh push_workflow actions/example-$example $url root example-$example setup-forgejo $token
|
||||||
|
@ -54,8 +54,4 @@ function setup() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
function main() {
|
|
||||||
setup
|
|
||||||
}
|
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
|
@ -13,6 +13,6 @@ forgejo-test-helper.sh wait_running $url $repo $sha
|
||||||
#
|
#
|
||||||
forgejo-test-helper.sh push_workflow actions/example-$example $url root example-$example setup-forgejo $token
|
forgejo-test-helper.sh push_workflow actions/example-$example $url root example-$example setup-forgejo $token
|
||||||
#
|
#
|
||||||
# wait for the workflow to be canceld as a result of the previous push
|
# wait for the workflow to be canceled as a result of the previous push
|
||||||
#
|
#
|
||||||
forgejo-test-helper.sh wait_failure $url $repo $sha 'Has been cancelled'
|
forgejo-test-helper.sh wait_failure $url $repo $sha 'Has been cancelled'
|
||||||
|
|
Loading…
Add table
Reference in a new issue