diff options
Diffstat (limited to 'actions/testdata/buildfail.workflow')
-rw-r--r-- | actions/testdata/buildfail.workflow | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/actions/testdata/buildfail.workflow b/actions/testdata/buildfail.workflow new file mode 100644 index 0000000..51eae00 --- /dev/null +++ b/actions/testdata/buildfail.workflow @@ -0,0 +1,8 @@ +workflow "test" { + on = "push" + resolves = ["test-action"] +} + +action "test-action" { + uses = "./buildfail-action" +}
\ No newline at end of file |