Fogejo Actions tests
This commit is contained in:
parent
d255395fc8
commit
7ccbeb7a46
34 changed files with 764 additions and 1 deletions
18
actions/example-push-cancel/run.sh
Executable file
18
actions/example-push-cancel/run.sh
Executable file
|
@ -0,0 +1,18 @@
|
|||
repo=root/example-$example
|
||||
#
|
||||
# push the repository
|
||||
#
|
||||
forgejo-test-helper.sh push_workflow actions/example-$example $url root example-$example setup-forgejo $token
|
||||
sha=$(forgejo-test-helper.sh branch_tip $url $repo main)
|
||||
#
|
||||
# wait for the workflow (sleep infinity) to start running
|
||||
#
|
||||
forgejo-test-helper.sh wait_running $url $repo $sha
|
||||
#
|
||||
# push to the same branch
|
||||
#
|
||||
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
|
||||
#
|
||||
forgejo-test-helper.sh wait_failure $url $repo $sha 'Has been cancelled'
|
Loading…
Add table
Reference in a new issue