0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

Update main.workflow

This commit is contained in:
Juan Picado @jotadeveloper 2019-02-28 07:07:06 +01:00 committed by GitHub
parent bca4f09b64
commit eda4bb9b03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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