mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-31 18:30:58 +00:00
add tests for various actions
This commit is contained in:
parent
d956aff028
commit
3797a9b42e
33 changed files with 4196 additions and 3 deletions
9
actions/testdata/regex.workflow
vendored
Normal file
9
actions/testdata/regex.workflow
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
workflow "New workflow" {
|
||||
on = "push"
|
||||
resolves = ["filter-version-before-deploy"]
|
||||
}
|
||||
|
||||
action "filter-version-before-deploy" {
|
||||
uses = "actions/bin/filter@master"
|
||||
args = "tag z?[0-9]+\\.[0-9]+\\.[0-9]+"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue