Skip to content

Commit 4e48f42

Browse files
init wf
1 parent 3a68cd8 commit 4e48f42

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/test-runner.workflow

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
workflow "test-runner" {
2+
on = "push"
3+
resolves = ["test-pipeline-runner"]
4+
}
5+
6+
action "test-pipeline-runner" {
7+
uses = "./"
8+
args = ["argument"]

0 commit comments

Comments
 (0)