various minor fixes #134

Merged
earl-warren merged 3 commits from refs/pull/134/head into main 2024-04-27 08:53:38 +00:00
3 changed files with 2 additions and 6 deletions

View file

@ -3,7 +3,7 @@ export d=/srv/example/pull-request
PROOF='some proof'
function setup() {
function main() {
mkdir -p $d
forgejo-test-helper.sh push_workflow actions/example-$example $url root example-$example setup-forgejo $token
@ -54,8 +54,4 @@ function setup() {
done
}
function main() {
setup
}
main

View file

@ -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
#
# 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'