1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-06 01:37:57 +02:00

Add an extra test

This commit is contained in:
Dan Sosedoff
2019-03-01 21:36:07 -06:00
parent 5330599c93
commit 1c25ee9d71
3 changed files with 12 additions and 1 deletions

8
actions/testdata/buildfail.workflow vendored Normal file
View File

@@ -0,0 +1,8 @@
workflow "test" {
on = "push"
resolves = ["test-action"]
}
action "test-action" {
uses = "./buildfail-action"
}