mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-10-15 19:42:06 +00:00
Add an extra test
This commit is contained in:
parent
fa888ff84c
commit
c2456db060
3 changed files with 12 additions and 1 deletions
8
actions/testdata/buildfail.workflow
vendored
Normal file
8
actions/testdata/buildfail.workflow
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
workflow "test" {
|
||||
on = "push"
|
||||
resolves = ["test-action"]
|
||||
}
|
||||
|
||||
action "test-action" {
|
||||
uses = "./buildfail-action"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue