Add an extra test

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

View file

@ -0,0 +1,2 @@
FROM alpine:3.8
COPY foobar /foo/bar

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"
}