mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Update main.workflow
This commit is contained in:
parent
40c4b40c77
commit
780ba27014
1 changed files with 2 additions and 2 deletions
4
.github/main.workflow
vendored
4
.github/main.workflow
vendored
|
@ -1,4 +1,4 @@
|
|||
workflow "New workflow" {
|
||||
workflow "Docker && Publish Pre-check" {
|
||||
resolves = [
|
||||
"Docker build health check",
|
||||
"Test Publish Verdaccio",
|
||||
|
@ -119,4 +119,4 @@ action "coverage" {
|
|||
uses = "docker://node:10"
|
||||
needs = ["test"]
|
||||
args = "yarn run coverage:publish"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue