0
Fork 0
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:
Juan Picado @jotadeveloper 2019-04-29 08:36:10 +02:00 committed by GitHub
parent 40c4b40c77
commit 780ba27014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
}