0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -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" { workflow "New workflow" {
on = "push"
resolves = [ resolves = [
"Docker build health check", "Docker build health check",
"Test Publish Verdaccio", "Test Publish Verdaccio",
] ]
on = "push"
} }
action "Docker build health check" { action "Docker build health check" {
@ -14,5 +14,5 @@ action "Docker build health check" {
action "Test Publish Verdaccio" { action "Test Publish Verdaccio" {
uses = "verdaccio/github-actions/publish@v0.1.0" uses = "verdaccio/github-actions/publish@v0.1.0"
needs = ["Docker build health check"] needs = ["Docker build health check"]
args = "-ddd" args = "-d"
} }