skip integration test in GH actions
This commit is contained in:
9
actions/testdata/env.workflow
vendored
Normal file
9
actions/testdata/env.workflow
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
workflow "test" {
|
||||
on = "push"
|
||||
resolves = ["test-action"]
|
||||
}
|
||||
|
||||
action "test-action" {
|
||||
uses = "docker://alpine:3.9"
|
||||
runs = ["sh", "-c", "echo $GITHUB_REPOSITORY | grep '^nektos/act$'"]
|
||||
}
|
Reference in New Issue
Block a user