Add an extra test
This commit is contained in:
2
actions/testdata/buildfail-action/Dockerfile
vendored
Normal file
2
actions/testdata/buildfail-action/Dockerfile
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
FROM alpine:3.8
|
||||
COPY foobar /foo/bar
|
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"
|
||||
}
|
Reference in New Issue
Block a user