0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

Merge remote-tracking branch 'origin/master' into 4.x

# Conflicts:
#	README.md
This commit is contained in:
Juan Picado @jotadeveloper 2019-03-04 23:49:00 +01:00
commit 6bfc673e1d
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -1,9 +1,9 @@
workflow "New workflow" {
on = "push"
resolves = [
"Docker build health check",
"Test Publish Verdaccio",
]
]
on = "push"
}
action "Docker build health check" {
@ -14,5 +14,5 @@ action "Docker build health check" {
action "Test Publish Verdaccio" {
uses = "verdaccio/github-actions/publish@v0.1.0"
needs = ["Docker build health check"]
args = "-ddd"
args = "-d"
}